Client: {{ $project->customer_name }}
Phone: {{ $project->customer_phone }}
Address: {{ $project->address }}
| Sl | Size | Room | Item | Catalog | Serial | Description |
|---|---|---|---|---|---|---|
| {{ $sl++ }} | {{ $item->measurement->width }} x {{ $item->measurement->height }} {{ $item->measurement->unit }} | {{ $area->area_name }} | {{ ucfirst($item->category) }} | {{ $item->curtain->catalogue ?? $item->wallpaper->catalogue ?? $item->sofa->fabric_catalogue ?? '' }} | {{ $item->curtain->serial_no ?? $item->wallpaper->serial_no ?? $item->sofa->serial_no ?? '' }} | {{ $item->notes }} |