@if($siteSettings && $siteSettings->logo)
@endif
@if($siteSettings && $siteSettings->logo) @endif

{{ $siteSettings->company_name }}

{{ $siteSettings->address }}

Helpline: {{ $siteSettings->contact_no }}

Email: {{ $siteSettings->email }}

Web: www.srpzbd.com

SERVICE BILL

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' }}

@if(!empty($record->parts_details) && is_array($record->parts_details)) @foreach($record->parts_details as $index => $item) @endforeach @endif
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) }}