@foreach($contacts as $key => $contact) @endforeach
{{translate('SL')}} {{translate('customer_Name')}} {{translate('contact_Info')}} {{translate('subject')}} {{translate('time_&_Date')}} {{translate('reply_status')}} {{translate('action')}}
{{$contacts->firstItem()+$key}} {{$contact['name']}}
{{$contact['mobile_number']}}
{{$contact['email']}}
{{$contact['subject']}}
{{date('d M,Y h:i A',strtotime($contact['created_at']))}}
@if(empty($contact['reply'])) {{translate('No')}} @else {{translate('Yes')}} @endif
{{$contacts->links()}}
@if(count($contacts)==0)
{{translate('image_description')}}

{{translate('no_data_to_show')}}

@endif