@extends('layouts.app') @section('title', 'Commission Due Report') @section('content')
Total Commission
Total Paid
Total Due
| # | Agent Name | Company | Mobile | Commission | Paid | Due |
|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $row->name }} | {{ $row->company_name ?? '—' }} | {{ $row->mobile }} | ৳{{ number_format($row->total_commission) }} | ৳{{ number_format($row->total_paid) }} | ৳{{ number_format($row->total_due) }} |
| No pending commissions found. | ||||||