@extends('template.index') @section('content')

Testemunhos

Criar
@if (session('alert')) @endif
@foreach ($testimonies as $testimony) @endforeach
Titulo Descrição Status
{{ truncate($testimony->title, 60) }} {{ truncate($testimony->description, 100) }} {{ $testimony->published ? 'Publicado' : 'Não publicado' }}
{{ $testimonies->links('template.paginacao') }}
@endsection @section('js') @endsection