@foreach($inquiries as $row) @endforeach
ID Inquiry Date Category Service Name Service Date Customer Name Mobile City Status Action
{{ $row->id }} {{ date('d-m-Y',strtotime($row->created_at)) }} {{ $row->category }} {{ $row->service_name }} {{ date('d-m-Y',strtotime($row->service_date)) }} {{ $row->full_name }} {{ $row->mobile }} {{ $row->city }} {{ $row->status??'pending' }} Change Status