@foreach ($ContactUs as $key => $Contact) @endforeach
count DATABASE ID Name Email Phone Contacted message created date
{{$key+1}} {{$Contact->id}} {{$Contact->f_name}} {{$Contact->l_name}} {{$Contact->email}} {{$Contact->phone}} @if ($Contact->is_contacted)

Yes

@else

No

@endif
{{$Contact->message}} {{$Contact->created_at}}