@foreach($contacts as $contact) @endforeach @if(count($contacts) <=0) @endif
Name Email Phone Actions
{{ $contact->name ?? '-' }} {{ $contact->email }} {{ $contact->phone }} {{ $contact->created_at->format('d M Y') }}
@csrf @method('DELETE')
No data available
@if ($contacts->hasPages())
@if (!$contacts->onFirstpage()) @endif Page {{ number_format($contacts->currentPage()) }} of {{ number_format($contacts->lastPage()) }} @if (!$contacts->onLastpage()) @endif
@endif