{{ $siteSettings->address }}
Helpline: {{ $siteSettings->contact_no }}
Email: {{ $siteSettings->email }}
Web: www.srpzbd.com
customer-info:Customer Name: {{ $record->customer_name }} Address: {{ $record->address_1 }} Mobile: {{ $record->phone_1 }} Email: {{ $record->email ?? 'N/A' }} |
Complaint ID: #{{ $record->complaint_id }} Bill ID: BILL-{{ $record->complaint_id }}-{{ $record->id }} Date: {{ $record->updated_at->format('d M, Y') }} Technician: {{ $record->technician->name ?? 'N/A' }} |
| SERVICE & WORK DESCRIPTION | AMOUNT (BDT) |
|---|---|
|
Product: {{ $record->product_name }} Work Summary: {{ $record->work_summary }} |
Included |
| {{ $index + 1 }}. {{ $item['part_name'] ?? 'Part Item' }} | {{ number_format($item['price'] ?? 0, 2) }} |
| Service Charge: | {{ number_format($record->service_charge ?? 0, 2) }} |
| Subtotal: | BDT {{ number_format($record->bill_amount ?? 0, 2) }} |
| Grand Total: | BDT {{ number_format($record->bill_amount ?? 0, 2) }} |