@extends('layouts.admin_layout') @section('title', 'Due Report') @section('content')
SN | CUSTOMER NO. | NAME | ADDRESS | MUNICIPALITY | WARD | BRANCH | COLLECTOR NAME | RATE | PREVIOUS DUE | TOTAL DUE AMOUNT | LAST BILL DATE |
---|---|---|---|---|---|---|---|---|---|---|---|
{{$loop->iteration}} | {{$due_report->customer_number}} | {{$due_report->name}} | {{$due_report->address}} | {{$due_report->municipality}} | {{$due_report->ward}} | {{$due_report->branch}} | {{$due_report->collector_name}} | {{$due_report->monthly_payable ? $due_report->monthly_payable :0.0}} | {{$due_report->due}} | {{$due_report->due_amount < 0 ? $due_report->due_amount.' ' : $due_report->due_amount}} | {{$due_report->last_bill_date}} |
No data found |
@endif
Total |