|
{{ $company_info->name }}
Mobile: {{ $company_info->mobile }} Address: {{ $company_info->address ?? 'N/A' }} |
{{--
{{-- |
Invoice No: {{ $inv_id }} |
| Invoice Type | Expire Date | Amount |
| {{ $type }} | {{ $exp_date->format('d-m-Y') }} | {{ $amount }} |
| Total Bill | {{ number_format($amount, 2) }} | |
| Total Paid | {{ number_format($amount, 2) }} | |
| Due | {{ number_format($amount - $amount, 2) }} | |
| Payment Date | Payment Method | Transaction Id | Amount |
|---|---|---|---|
| {{ $date->format('d-m-Y') }} | {{ 'Bkash' }} | {{ $txnID }} | {{ $amount }} |
| Total | {{ number_format($amount, 2) }} | ||