{{$title}}
@include('cms.includes.alert_messages')
ID | VIS. | TÍTULO DO POST | CATEGORIA | STATUS | ATUALIZAÇÃO | AÇÕES |
---|---|---|---|---|---|---|
{{$post->id}} | {{$post->totalVsistema}} | {{$post->title}} | {{$post->categoria->label ?? 'Sem categoria'}} |
@if($post->status == 0) Publicado @else Rascunho @endif | {{$post->updated_at ? $post->updated_at->diffForHumans() : 'Não foi atualizado!'}} |
|
Não há posts cadastrados! |
{{$posts->appends(Request::except('page'))->links()}}