Monthly Sewing Plan Summary

@foreach ($summary as $item) @endforeach
Month Total Order Qty Total Plan Qty Total Sewing Qty Total Capacity Booking % Action
{{ \Carbon\Carbon::parse($item['month'])->format('M Y') }} {{ number_format($item['total_order_qty']) }} {{ number_format($item['total_plan_qty']) }} {{ number_format($item['total_sewing_qty']) }} {{ number_format($item['total_capacity']) }} {{ number_format($item['booking_percent'], 2) }}% View Details