Office Copy


Customer Info Invoice No: {{ date('Y') }}{{ $total_due->id ?? '' }}
Name : {{ $cid->userid }}
Mobile : {{ $customer_info->contact_no ?? '' }}
Address: {{ $customer_info->flat_no ?? '' }}, {{ $customer_info->building_name ?? '' }},
{{ $customer_info->road_no ?? '' }}, {{ $customer_info->road_name ?? '' }}, {{ $customer_info->block_sector ?? '' }}, {{ $customer_info->area ?? '' }}

Billing Date: {{ $total_due->due_date ?? '' }}

Description Month Amount
Monthly Bill {{ date('F') }} {{ $total_due->bill_amount ?? '' }}
Prevoius Due - @if ($total_due->due_amount > 0) {{ abs($total_due->bill_amount - $total_due->due_amount) }} @else {{ 0 }} @endif

Total Due: {{ $total_due->due_amount ?? '' }}

{{ 'System Developed By YetFix Limited.' }}


Customer Copy


Customer Info Invoice No: {{ date('Y') }}{{ $total_due->id ?? '' }}
Name : {{ $cid->userid }}
Mobile : {{ $customer_info->contact_no ?? '' }}
Address: {{ $customer_info->flat_no ?? '' }}, {{ $customer_info->building_name ?? '' }},
{{ $customer_info->road_no ?? '' }}, {{ $customer_info->road_name ?? '' }}, {{ $customer_info->block_sector ?? '' }}, {{ $customer_info->area ?? '' }}

Billing Date: {{ $total_due->due_date ?? '' }}

Description Month Amount
Monthly Bill {{ date('F') }} {{ $total_due->bill_amount ?? '' }}
Prevoius Due - @if ($total_due->due_amount > 0) {{ abs($total_due->bill_amount - $total_due->due_amount) }} @else {{ 0 }} @endif

Total Due: {{ $total_due->due_amount ?? '' }}

{{ 'System Developed By YetFix Limited.' }}