@extends('layouts.dashboard.superadminapp') @section('title', 'RFQ List') @section('content')

UEPL | RFQ List

day, 00 month 0000
@if (session('success')) @endif @if (session('error')) @endif
RFQ List
Add RFQ
@foreach ($rfqs as $rfq) @endforeach
RFQ ID RFQ Date Vendor Vendor Ref No RFQ Type Status Actions
{{ $rfq->rfq_no }} {{ $rfq->rfq_date }} {{ $rfq->customerInfo ? $rfq->customerInfo->company : '-' }} {{ $rfq->vendor_reference_no }} {{ $rfq->rfq_type }} {{ ucfirst($rfq->status) }} @if ($rfq->status === 'pending') @endif
@endsection @section('scripts') @endsection