@if( $mode =='all')
@else

Category : {{ $categoryDetail->name }}

@endif
@foreach( $posts as $post)

{{ $post->title }}

Views ( {{ $post->views }} ) {{ ucwords($post->username) }} {{ date("M j, Y " , strtotime($post->created)) }} {{ $post->comments }} comment(s)

Lorem ipsum dolor sit amet, adipisicing elit. Eos rerum dolorum, est voluptatem modi accusantium perspiciatis ...

@endforeach
@include('layouts.default.blog.widget')
{!! $posts->links() !!}