@include('admin.header')
| ID | Brand | Item Description | Status | Created At | Actions | ||
|---|---|---|---|---|---|---|---|
| {{ $rfq->id }} | {{ $rfq->brand->name ?? 'N/A' }} | {{ $rfq->itemDescription->name ?? 'N/A' }} | @php $statusClass = match(strtolower($rfq->status)) { 'pending' => 'warning', 'approved' => 'success', }; @endphp {{ ucfirst($rfq->status) }} | {{ $rfq->created_at->format('D, F j, Y') }} |
|
||
| No RFQs found. | |||||||