Inquiries

View Inquiries

@csrf
@forelse ($contacts as $contact) @empty @endforelse
Name
Number
Eamil
Address
Subject
Description
Files
Action
{{ $contact->name }}
{{ $contact->phone }}
{{ $contact->email }}
{{ $contact->address }}
{{ $contact->subject }}

{{ $contact->description }}

View Details
No data found
{{-- Model --}} @include('backend.pages.contact.model.details-model')
{{-- Delete Element Confermation --}}