@extends('layouts.app') @section('title', 'Invoice Details') @section('content')
{{ $booking->invoice_id ?? 'N/A' }}
{{ $booking->created_at->format('Y-m-d') }}
{{ $booking->customer->name ?? 'N/A' }}
{{ number_format($booking->invoice?->total_amount ?? 0) }} SAR
{{ number_format($booking->invoice?->paid_amount ?? 0) }} SAR
{{ number_format($booking->invoice?->balance ?? 0) }} SAR
No passengers found.
@endforelseNo customer documents
@endforelseNo passenger documents
@endforelse| Date | Voucher No | Method | Trx ID | Amount |
|---|---|---|---|---|
| {{ $payment->created_at->format('Y-m-d') }} | {{ $payment->vouchers->first()?->voucher_id ?? 'N/A' }} | {{ $payment->payment_method?->value ?? 'Cash' }} | {{ $payment->transaction_id ?? '-' }} | {{ number_format($payment->amount) }} SAR |
| No payments recorded | ||||
Enter a value between 30 and 89 days
Booking Summary
1 SAR = BDT
Exchange rate not available. Cannot process BDT payment.
Select passengers and enter dates
Select passengers for refund
Select passengers and enter dates