@if($depoimentos->count() > 0)
@foreach($depoimentos as $depoimento) @php $dt = \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $depoimento->created_at); @endphp
{{ $depoimento->nome }}

({{ $dt->format('d-m-Y H:m') }})

{{ $depoimento->msg }}

@endforeach
@endif