@lang('portal::lang.status'): {{ $rfq->status }}
@lang('supplychain::lang.due_date'): @format_date($rfq->due_date)
@if($rfq->notes){{ $rfq->notes }}
@endif@lang('supplychain::lang.rfq_lines')
| @lang('product.product') | @lang('sale.qty') | @lang('supplychain::lang.specs') |
|---|---|---|
| {{ $line->specs ?? ('#'.$line->product_id) }} | {{ $line->qty }} | {{ $line->specs }} |