@if($paid || $purchase)
@endif
Paid Amount
Sl No | Date | Name | Site | Amount | Transaction Method | ||||
---|---|---|---|---|---|---|---|---|---|
{{$i++}} | {{$pay->date}} | {{$pay->supplier_name}} | {{$pay->site_name}} | {{$pay->amount}} | {{$pay->method}} | ||||
Total : | {{$total_paid}} |
Material Purchase
Sl No | Date | Name | Site | Bill No | Amount | Transaction Method | Remarks |
---|---|---|---|---|---|---|---|
{{$i++}} | {{$purch->date}} | {{$purch->supplier_name}} | {{$purch->site_name}} | {{$purch->bill_no}} | {{$purch->total_amount}} | {{$purch->method}} | {{$purch->remarks}} |
Total : | {{$total_purchase}} |
Balance Pending
{{$pending}}