{{ $company_info->name }}
Mobile: {{ $company_info->mobile }}
Address: {{ $company_info->address }}
2/H/1 Golden street, Ring road, Shyamoli, Dhaka-1207

Date: {{ $date->format('d-m-Y') }}


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) }}
{{ 'System Developed By YetFix Limited.' }}