@extends('layouts.dashboard.superadminapp') @section('title', 'Purchase RFQ Details') @section('content')
| # | Item | Description | Quantity | UOM | Required By |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item->stockItem->item_name ?? '-' }} | {{ $item->description ?? '-' }} | {{ $item->quantity ?? '-' }} | {{ $item->uom ?? '-' }} | {{ $item->required_by ?? '-' }} |
No items added to this RFQ.