@extends(view_path('master')) @section('body')
@if($posts->count())
@foreach($posts as $post)
cover}") }}" alt="{{ __('cover') }}">
{{ shorten_str($post->short_description, 120) }}
@foreach(array_slice(explode(',', $post->tags), 0, 3) as $tag) {{ trim($tag) }}
@endforeach
@endforeach
@if($posts->hasPages()) {{ $posts->appends(request()->q ? ['q' => request()->q] : [])->onEachSide(1)->links() }} {{ $posts->appends(request()->q ? ['q' => request()->q] : [])->links('vendor.pagination.simple-semantic-ui') }} @endif @endif
@endsection