@foreach ($contacts as $contact)
{{ $contact->name }} |
{{ $contact->email }} |
{{ $contact->phone }} |
{{ $contact->message }} |
@if($contact->is_read)
Okundu
@else
Okunmadı
@endif
|
{{ $contact->created_at->locale('tr')->translatedFormat('d F Y') }} |
|
@endforeach