Name: {{ $transaction->customer->full_name ?? '-' }}
Email: {{ $transaction->customer->email ?? '-' }}
Phone: {{ $transaction->customer->phone ?? '-' }}
Date: {{ \Carbon\Carbon::parse($transaction->created_at)->format('d M Y') }}
Method: {{ $transaction->method->name ?? 'N/A' }}
Details: {{ $transaction->metadata->notes ?? 'N/A' }}
@if (($transaction->method->id ?? null) == 5)Bank: {{ $transaction->metadata->bank_name ?? 'N/A' }}
Branch: {{ $transaction->metadata->branch_name ?? 'N/A' }}
A/C Name: {{ $transaction->metadata->bank_account_name ?? 'N/A' }}
@endif| S/N | Tour Name | Package | Tour Dates | Amount |
|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->booking->tourPackage->name ?? 'N/A' }} | {{ $item->booking->tourPackage->duration ?? 'N/A' }} | {{ $item->booking->travel_date ?? '-' }} | ৳ {{ number_format($item->amount ?? 0, 2) }} |
Note: This is an electronic receipt. Keep this for your records.
Generated on {{ now()->format('d M Y, H:i') }} | Bangladesh Unbound Tours
{{ $transaction?->customer?->full_name ?? '-' }}
Customer Signature{{ config('app.name') }}
Authorized Signature