@foreach($query as $accre) @endforeach
No Country Hotel Name Room Name Meal For Full Name Sharing With Check In Check Out Status Invoice 1
{{ $loop->iteration }} {{ $accre['country'] }} {{ $accre['hotel'] }} {{ $accre['room_name'] }} {{ $accre['meal_for'] }} {{ $accre['accreditation_name'] }} {{ $accre['sharing_with_name'] ?? '-' }} {{ \Carbon\Carbon::parse($accre['checkin_date'])->format('d F Y') }} {{ \Carbon\Carbon::parse($accre['checkout_date'])->format('d F Y') }} {{ $accre['status'] }} {{ $accre['invoice_1'] }}