@extends('layout.app') @section('content')
@csrf
{{ $list->links() }}
@foreach ($list as $r)
no

{{ $company_info->name ?? '' }}

For Office Use
Invoce No: {{ date('Y') }}{{ $r->invoice_id ?? '' }}
CID: {{ $r->id }}
Name: {{ $r->clients_name ?? '' }}
Username: {{ $r->userid }}
Mobile: {{ $r->contact_no ?? '' }}
Monthly Bill: {{ $r->billamount ?? '' }}
Total: {{ $r->due_amount ?? '' }}

Signature:
no

{{ $company_info->name ?? '' }}

{!! $company_info->address !!}
{{ $company_info->mobile ?? '' }}
To
CID: {{ $r->id }}
Name: {{ $r->clients_name ?? '' }}
Username: {{ $r->userid }}
Mobile: {{ $r->contact_no ?? '' }}
Address: H O: {{ $r->owner_name ?? '' }}, F No: {{ $r->flat_no ?? '' }}, B Name: {{ $r->building_name ?? '' }}, R No: {{ $r->road_no ?? '' }}, Block/Sector: {{ $r->block_sector ?? '' }}, Area : {{ $r->area ?? '' }}, Box : {{ $r->box ?? '' }}.
Customer Copy
IP: Total Due: {{ $r->due_amount ?? '' }} Invoice No: {{ date('Y') }}{{ $r->invoice_id ?? '' }} Billing Date: {{ $r->billdate ?? '' }}
SL. Description Month Bill Amount
1 Monthly Bill {{ date('F', strtotime($r->billdate ?? '')) }} {{ $r->billamount ?? '' }}
2 Prevoius Due -- @if ($r->due_amount > 0) {{ abs($r->billamount - $r->due_amount) }} @else {{ 0 }} @endif
Total Due {{ $r->due_amount ?? '' }}


@endforeach
@endsection @section('ajax') @endsection