@include('admin.header')
| # | Buyer | Style | Quantity | Fabric | Item Image | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $rfq->id }} | {{ $rfq->buyer->company_name }} | {{ $rfq->style }} | {{ $rfq->quantity }} | {{ $rfq->fabric->name ?? '-' }} | @if ($rfq->image) View Image @endif | {{ ucfirst($rfq->status) }} | Upate Quotation Generator Add Accessory |
| No RFQs found. | |||||||