@extends('layouts.app') @section('content')
List of all suppliers who quoted for each project
No suppliers have quoted for this project yet.
@else| Supplier Name | PhilGEPS No. | Contact Person | Bid Amount | Options |
|---|---|---|---|---|
| {{ $quotation->supplier->business_name }} | {{ $quotation->supplier->philgeps_no }} | {{ $quotation->supplier->contact_person }} | ₱ {{ number_format($quotation->bid_amount, 2) }} | {{-- Print PO --}} Print P.O. {{-- Delete Quote --}} |
No projects found.
@endforelse