{{-- spl Table goes here --}}
Batch ID |
Requsition No |
Receive Date |
Fabrication |
Parts |
Color |
lot |
Dia |
GSM |
Cons |
Rack No |
Self/Bin No |
Issue Qty |
Stok in Hand Qty |
Remarks |
@foreach ($fabricsChallanDataInputs as $item)
{{ $item->batch_id }} |
{{ $item->requsition_no }} |
{{ carbon\carbon::parse($item->issue_date)->format('d-M-Y') }} |
{{ $item->fabric_type }} |
{{ $item->parts }} |
{{ $item->color_name }} |
{{ $item->lot }} |
{{ $item->dia }} |
{{ $item->gsm }} |
{{ $item->cons_dz }} |
{{ $item->rack_no }} |
{{ $item->self_bin_no }} |
{{ $item->dlv_cutting }} |
{{ $item->in_hand_qty }} |
{{ $item->remarks }} |
@endforeach