{{ __('hotel::modules.folio.noFolioFound') }}
{{ __('hotel::modules.folio.stay') }}: {{ $stay->stay_number }} | {{ __('hotel::modules.folio.room') }}: {{ $stay->room->room_number }} | {{ __('hotel::modules.folio.guest') }}: {{ $stay->stayGuests->first()?->guest->full_name ?? __('app.notAvailable') }}
{{ __('hotel::modules.folio.totalCharges') }}
{{ currency_format($folio->total_charges) }}
{{ __('hotel::modules.folio.totalPayments') }}
{{ currency_format($folio->total_payments) }}
{{ __('hotel::modules.folio.balance') }}
{{ currency_format($folio->balance) }}
| {{ __('hotel::modules.folio.date') }} | {{ __('hotel::modules.folio.type') }} | {{ __('hotel::modules.folio.description') }} | {{ __('hotel::modules.folio.amount') }} |
|---|---|---|---|
| {{ $line->posting_date->format('M d, Y') }} | {{ $line->type->label() }} | {{ $line->description }} | {{ currency_format($line->net_amount) }} |
| {{ __('hotel::modules.folio.payments') }} | |||
| {{ $payment->created_at->format('M d, Y') }} | {{ __('hotel::modules.folio.payment') }} | {{ ucfirst($payment->payment_method) }} @if($payment->transaction_reference)({{ $payment->transaction_reference }})@endif | -{{ currency_format($payment->amount) }} |
| {{ __('hotel::modules.folio.balance') }} | {{ currency_format($folio->balance) }} | ||