@extends('layouts.master') @section('content')
S.No | Date | PB No | Vehicle | Bilty No | Supplier | Item Details | Total Amount | Total Expanse | Save Amount | Created By | Action | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $bCheque->date }} | {{ $bCheque->pb_no }} | {{ $bCheque->goodReceiptTruck->truck_no ?? '' }} | {{ $bCheque->bilty_no }} | {{ $bCheque->supplier->supplier_name ?? 'N/A' }} |
|
{{ number_format($bCheque->details->total_amount ?? 'N/A', 2) }} | {{ number_format($bCheque->details->total_expanse_amount ?? 'N/A', 2) }} | {{ number_format($bCheque->details->save_amount ?? 'N/A', 2) }} | {{ $bCheque->created_by }} | Edit Remove | ||||||||||||||||||||||||
S.No | Date | PB No | Vehicle | Bilty No | Supplier | Item Details | Total Amount | Total Expanse Amount | Save Amount | Created By | Action |