@extends('web.master.master') @section('content')

Publicações @if(isset($category) && !empty($category)) {{ $category->title }} @endif

@foreach($posts as $post) @include('web.inc.the_post') @endforeach
{{ $posts->links() }}
@endsection