{{ $category->name }}

{!! Theme::breadcrumb()->render() !!}
@if ($posts->isNotEmpty()) @foreach ($posts as $post)
{{ $post->name }}

{{ $post->name }}

{{ $post->created_at->format('M d, Y') }}{{ $post->author->name }} - {{ $category->name }}

{{ $post->description }}

@endforeach
{!! $posts->links() !!}
@else

{{ __('There is no data to display!') }}

@endif