@if ($posts && count($posts))
@foreach($posts as $post)
{{ $post->title }}

{{ $post->title }}

@if($post->description)

{{ $post->description }}

@endif
@endforeach
@if ($posts->hasPages())
{!! $posts->links() !!}
@endif
@endif