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