@if ($posts->count() > 0)
@foreach($posts as $post)
{!! Theme::partial('post-meta', compact('post')) !!}

{{ $post->name }}

{{ Str::words($post->description, 50) }}

{{ __('Continue') }}
@endforeach

@endif