@include('Admin.Includes.header')

{{ __('Contact List') }}

@if (session('success')) @endif @if ($errors->any()) @endif
Contact Table
@foreach ($contacts as $contact) {{-- DELETE MODAL --}} @endforeach
Name Email Order ID Download File Subject Created At Phone Actions
{{ $contact->f_name }} {{ $contact->l_name }} {{ $contact->email }} {{ $contact->order_id ?? 'No file available' }} @if ($contact->file_path) @else No file available @endif {{ $contact->subject }} {{ $contact->created_at->format('d-m-Y') }} {{ $contact->phone }}
# Name Email Order ID Download File Subject Created At Phone Actions