@extends('layouts.master') @section('content')
B-Cheque

B-Cheque List Create B-Cheque

@foreach ($b_cheques as $bCheque) @endforeach
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' }} @foreach ($bCheque->mergedItems as $item) @endforeach
Main Category Parent Category Child Category Marka Bori Weight Price Amount
{{ $item['main_cate'] }} {{ $item['parent_cate'] }} {{ $item['child_cate'] }} {{ $item['marka'] }} {{ $item['bori'] }} {{ $item['weight'] }} {{ $item['rate'] }} {{ $item['amount'] }}
{{ $bCheque->details->total_amount ?? 'N/A' }} {{ $bCheque->details->total_expanse_amount ?? 'N/A' }} {{ $bCheque->details->save_amount ?? 'N/A' }} {{ $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
@endsection @push('scripts') @endpush