Testemunhos
Criar
{{ session('alert.message') }}
@endif
| Titulo | Descrição | Status |
|---|---|---|
| {{ truncate($testimony->title, 60) }} | {{ truncate($testimony->description, 100) }} | {{ $testimony->published ? 'Publicado' : 'Não publicado' }} |
{{ $testimonies->links('template.paginacao') }}