Create Upload Daily Production Entry
@csrf
@if (is_null($productions) || empty($productions))

Currently No Information Available!

@else @if (session('messages'))
× {{ session('messages') }}.
@endif
@csrf
{{-- production Table goes here --}} @php $sl=0 @endphp @foreach ($productions as $production) @php $production = $production->toArray(); @endphp @foreach ($production as $key => $value) {{-- --}} @endforeach @endforeach
Production Report Cutting, Sewing & Finishing Fabric Cutting QC Pass Qty Print/Emblishment Send Print/Emblishment Rcvd Input Out Put Finishing RCV Poly
SL# Date Buyer Order / Style OP-PO ITEM Emblishment COLOR Order Qty Qty +3% Req Fabric (Booking) Day Rcv (Previous) Fabric Rcv (Previous) Total Fabric Inhoused Fabric Balanced DAY CUTTING PREVIOUS CUTTING TOTAL CUTTING CUTTING BALANCE CUT % Day QC PASS Previous QC PASS Total QC PASS QC PASS BALANCE QC PASS % Emblishment Unit Day Print/Emb. Send Previous Sent Total Send Print send Balance Day Print/Emb. Rcvd Previous Print RCV Total Print Rcvd Print WIP Day Input Previous Input Total Input WIP Inhand input Working LINE Day Output Previous Output Total output Output WIP Finishing Day Rcv Finishing Previous RCV Total Finishing Rcv Finishing WIP Day Poly Previous Poly T.Poly Poly WIP
{{ $value }}
@csrf @method('delete')
{{ $productions->links() }}
@endif