@if (session('message'))
× {{ session('message') }}.
@endif
Reset
@forelse ($sewing_plan as $plan) @empty @endforelse
Month Buyer Style Shipment Date Order Quantity Total Plan Quantity Total Sewing Quantity Remain Sewing Quantity Remain Plan Quantity Action
{{-- {{ \Carbon\Carbon::parse($plan->production_plan)->format('M Y') }} --}} {{ $plan->buyer }} {{ $plan->style }} @if ($plan->shipment_date) {{ \Carbon\Carbon::parse($plan->shipment_date)->format('d M Y') }} @else N/A @endif {{ $plan->order_quantity }} {{ $plan->total_plan_quantity_row }} {{ $plan->total_sewing_quantity }} {{ $plan->remain_sewing }} {{ $plan->remain_plan }} View
@csrf @method('POST')
No Sewing Plan Found