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

{{ trans('front::messages.posts.there-is-nothing-to-show') }}

@endif {{ $posts->links('front::components.paginate') }}
@include('front::posts.partials.sidebar')