@extends('layouts.app') @section('title', 'Contractor Due Report') @section('content')
Total Agreed
Total Paid
Total Due
| # | Contractor | Specialization | Mobile | Agreed | Paid | Due |
|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $row->name }} | {{ $row->specialization ?? '—' }} | {{ $row->mobile }} | ৳{{ number_format($row->total_agreed) }} | ৳{{ number_format($row->total_paid) }} | ৳{{ number_format($row->total_due) }} |
| No contractor dues found. | ||||||