Fabrics Issue History
@if (is_null($fabricsChallanDataInputs) || empty($fabricsChallanDataInputs))

Currently No Information Available!

@else @if (session('message'))
× {{ session('message') }}.
@endif
NTG

Northern Tosrifa Group.


Holding No 4/2 A, Plot 49 & 57 135 Gopalpur Munnu Nagar, Tongi, Gazipur Bangladesh
BUYER NAME {{ $fabricsChallanDataInputs[0]['buyer_name'] }} ORDER / STYLE {{ $fabricsChallanDataInputs[0]['order_style'] }}
{{-- spl Table goes here --}}
@foreach ($fabricsChallanDataInputs as $item) @endforeach
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
{{ $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 }}
@endif