{{-- spl Table goes here --}}
Fabrication |
Challan No |
Receive Date |
Color |
lot |
Dia |
GSM |
Parts |
Cons |
Rack No |
Self/Bin No |
Booking Qty |
Receive Qty |
Balance Qty |
Remarks |
@foreach ($fabricsChallanDataInputs as $item)
{{ $item->batch_id }} |
{{ $item->challan_no }} |
{{ carbon\carbon::parse($item->receive_date)->format('d-M-Y') }}
|
{{ $item->color_name }} |
{{ $item->lot }} |
{{ $item->dia }} |
{{ $item->gsm }} |
{{ $item->parts }} |
{{ $item->cons_dz }} |
{{ $item->rack_no }} |
{{ $item->self_bin_no }} |
{{ $item->booking_qty }} |
{{ $item->receive_qty }} |
{{ $item->rcv_bal_qty }} |
{{ $item->remarks }} |
@endforeach