@section('page_content')
@csrf

Search Filters

{{-- Hidden inputs for table sorting --}}

{{ $page_title }}

@if ($contacts->count() > 0) @foreach ($contacts as $contact) @endforeach @else @endif
First Name Last Name Email Phone Address Account Created At Action
{{ $contact->first_name }} {{ $contact->last_name }} {{ $contact->email }} {{ $contact->phone }} {{ $contact->address }} {{ $contact->account ? $contact->account->name : '---' }} {{ $contact->created_at->format('H:i:s d/m/Y') }}
Currently no contacts exists in the database.
@stop