@extends('layouts.admin.app') @section('content')
@include('layouts.errors-and-messages') @if($testimonials)

Depoimentos

@foreach($testimonials as $depoimento) @php $dt = \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $depoimento->created_at); @endphp @endforeach
Cliente Data Depoimento Ação
{{ $depoimento->customer->name }} {{ $dt->format('d-m-Y H:m') }} {{ $depoimento->msg }}
@if($depoimento->aprovado) @else @endif
@else

Não foi encontrado nenhum endereço.

@endif
@endsection @section('js')