Contact Us Inquiries List
| S.N. | Full Name | Phone Number | Service | Status | Actions | |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $contact->full_name }} | {{ $contact->email }} | {{ $contact->phone_number }} | {{ $contact->service_interested_in ?? 'N/A' }} | @if ($contact->is_contacted) Contacted @else Pending @endif |