Contact & Support

Home

>

Contact & Support

@if(session('success'))
{{ session('success') }}
@endif
@if(isset($contactus)) @foreach($contactus as $contact) @endforeach @endif
ID Name Email Phone Description
{{ $contact->id ?? "null"}} {{ $contact->name?? "null" }} {{ $contact->email?? "null" }} {{ $contact->phone?? "null" }} {{ $contact->description ?? "null" }}