@if($contacts->count() > 0) @foreach($contacts as $contact) @endforeach
Name Email Phone Position Account Created At Updated At Actions
{{ $contact->name }}
{{ $contact->email }} {{ $contact->phone }} {{ $contact->position }} {{ $contact->account->name }} {{ $contact->created_at ?? '-' }} {{ $contact->updated_at ?? '-' }}
@method('DELETE') @csrf
@else @endif
{{ $contacts->links() }}