Trims Receive History
@if (is_null($trimsChallanDataInputs) || empty($trimsChallanDataInputs))

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 {{ $trimsChallanDataInputs[0]['buyer_name'] }} ORDER / STYLE {{ $trimsChallanDataInputs[0]['order_style'] }}
{{-- spl Table goes here --}}
@foreach ($trimsChallanDataInputs as $item) @endforeach
Batch ID Chalan No Receive Date Supplier Item Color/Size UOM Rack No Self/Bin No Booking Qty Receive Qty Remarks
{{ $item->batch_id }} {{ $item->chalan_no }} {{ carbon\carbon::parse($item->receive_date)->format('d-M-Y') }} {{ $item->supplier_name }} {{ $item->item_name }} {{ $item->color_size }} {{ $item->uom_name }} {{ $item->rack_no }} {{ $item->self_bin_no }} {{ $item->booking_qty }} {{ $item->receive_qty }} {{ $item->remarks }}
@endif