Name: | {{ $profile->passenger_name }} |
---|---|
Phone | {{ $profile->phone_number }} |
Passport No | {{ $profile->passport_no }} |
Name | Invoice No | Phone Num | Passport | Date | Amount | Transaction No | Status | Action |
---|---|---|---|---|---|---|---|---|
{{ $invoice->passenger_name }} | {{ $invoice->invoice_no }} | {{ $invoice->phone_number }} | {{ $invoice->passport_no }} | {{ $invoice->departure_date }} | {{ $invoice->total_amount }} | {{ $invoice->transaction_no }} | @if ($invoice->status == 1) Pending @elseif ($invoice->status == 2) Success @else Cancel @endif | @if ($invoice->status == 1) Pay Now @else Paid @endif |