{{ $stay->stay_number }}
@if($stay->folio) {{ currency_format($stay->folio->balance) }} @endif{{ __('hotel::modules.checkOut.noStaysReadyForCheckOut') }}
{{ __('hotel::modules.checkOut.room') }} {{ $selectedStay->room->room_number }} — {{ $selectedStay->room->roomType->name }}
{{ $selectedStay->stayGuests->first()?->guest->full_name ?? '—' }}
| {{ __('hotel::modules.checkOut.date') }} | {{ __('hotel::modules.checkOut.description') }} | {{ __('hotel::modules.checkOut.amount') }} |
|---|---|---|
| {{ $line->posting_date->format('M d, Y') }} | {{ $line->description }} | {{ currency_format($line->net_amount) }} |
| {{ __('hotel::modules.reservation.advancePaid') }} | −{{ currency_format($advanceTotal) }} | |
| {{ __('hotel::modules.checkOut.payments') }} | −{{ currency_format($otherTotal) }} | |
| {{ __('hotel::modules.checkOut.paidRoomService') }} | −{{ currency_format($paidRsTotal) }} | |
| {{ __('hotel::modules.checkOut.discountAmount') }} | −{{ currency_format($discount) }} | |
| {{ __('hotel::modules.checkOut.totalBalance') }} | {{ $displayBalance > 0 ? currency_format($displayBalance) : '✓ ' . currency_format(0) }} | |
{{ __('hotel::modules.checkOut.discountAmount') }} — {{ __('hotel::modules.checkIn.balanceDue') ?? 'balance updates instantly above' }}