DASHBOARD
Total Advance Amount {{$transaction->systemSettingCurrency()}}
Total Bill Amount {{$transaction->systemSettingCurrency()}}
Total Retention Amount {{$transaction->systemSettingCurrency()}}
Work Order
# | Work Order Name | Total Amount {{$transaction->systemSettingCurrency()}} |
---|---|---|
{{ $loop->iteration }} | {{ $work_order->work->name ?? '-' }} | {{ $work_order->total_amount }} | Total : {{ $total_work_order_amount }} {{$transaction->systemSettingCurrency()}} |
Advance Amount
# | Contractor Name | Advance Amount{{$transaction->systemSettingCurrency()}} |
---|---|---|
{{ $loop->iteration }} | {{ $advance_slip->contractor->name ?? '-' }} | {{ $advance_slip->advance_slip_amount }} | Total : {{ $total_advance_amount }} {{$transaction->systemSettingCurrency()}} |
Bill
# | Contractor Name | BILL Amount {{$transaction->systemSettingCurrency()}} |
---|---|---|
{{ $loop->iteration }} | {{ $contractor_bill->contractor->name ?? '-' }} | {{ $contractor_bill->total_bill_amount }} | Total : {{ $total_bill_amount }} {{$transaction->systemSettingCurrency()}} |
Retention
# | Contractor Name | Retention Amount {{$transaction->systemSettingCurrency()}} |
---|---|---|
{{ $loop->iteration }} | {{ $work_order->contractor->name ?? '-' }} | {{ $work_order->retention_money }} | Total : {{ $total_retention_amount }} {{$transaction->systemSettingCurrency()}} |