Edit Quotation
{{-- HEADER EDIT FORM --}}
Rooms
@foreach($quotation->areas as $area)
@endforeach
{{ $area->area_name }}
| Category | Product | Variant | Qty | Total | Action |
|---|---|---|---|---|---|
| {{ ucfirst($item->category) }} | {{ $item->product->name ?? '' }} | {{ $item->variant->sku ?? '' }} | {{ $item->quantity }} | ₹ {{ number_format($item->total,2) }} |