@php $total_qty = 0; $total_pax = 0; @endphp @if (count($guests) > 0) @foreach($guests as $key => $guest) @php $total_qty++; $total_pax += $guest['detail']->pax;@endphp @endforeach @else @endif
Date RmNo Reserve Name Guest Name Qty Pax Arrival Departure Segment Code Status Remark
{{ dateFormat($guest['detail']->start_date, 'd-m-Y') }} {{$guest['detail']->nomor_kamar}} {{ $guest['guest']->company ? $guest['guest']->company->name : $guest['guest']->nama }} {{$guest['detail']->guest_room ?? $guest['guest']->nama }} 1 {{$guest['detail']->pax}} {{ formatDate($guest['detail']->start_date) }} {{ formatDate($guest['detail']->end_date) }} {{-- {{ config('custom.segment_ratecodes.'.$guest['guest']->segmentasi_rate_code) }} --}} @if ($guest['guest']->segmentasi_rate_code == 10) Comp @else HSU @endif {{ config('custom.status_booking.'.$guest['detail']->status_booking) }} {{ $guest['guest']->reservation_remark }}
TOTAL {{ $total_qty }} {{ $total_pax }}
SUMMARY BY SEGMENTCODE 0
COMP {{ $total_qty }} {{ $total_pax }}
TOTAL {{ $total_qty }} {{ $total_pax }}

No Data