{{-- --}} {{-- start table section --}}
@foreach ($contactus as $contact) @endforeach
name Eamil Phone Action
{{ $contact->name }} {{ $contact->email }} {{ $contact->phone }} {{-- {{__('Edit')}} --}} {{__('Show')}}
@csrf @method('delete') {{__('Delete')}}