{{-- ============================== --}} {{-- HEADER LOGO SECTION --}} {{-- ============================== --}}

Abstract of Quotation No: {{ $project->po_number }}      Date:

@php $quotations = $project->quotations; $lowestBid = $quotations->min('bid_amount'); @endphp {{-- ===================================================== --}} {{-- SUPPLIER MATRIX TABLE (Top Full Matrix) --}} {{-- ===================================================== --}}
Reference Documents PR No.: {{ $project->pr_number }} Date: Requestor:
{{-- Merge across all supplier columns --}}
A. SUPPLIER/CONTRACTORS DATA
{{-- Business Name --}} @foreach ($quotations as $q) @endforeach {{-- Address --}} @foreach ($quotations as $q) @endforeach {{-- Phone No --}} @foreach ($quotations as $q) @endforeach {{-- Email --}} @foreach ($quotations as $q) @endforeach {{-- TIN --}} @foreach ($quotations as $q) @endforeach {{-- PhilGEPS --}} @foreach ($quotations as $q) @endforeach {{-- Contact Person --}} @foreach ($quotations as $q) @endforeach {{-- Terms --}} @foreach ($quotations as $q) @endforeach {{-- Warranty --}} @foreach ($quotations as $q) @endforeach {{-- ===================================================== --}} {{-- SEPARATE TABLE FOR PROJECT DESCRIPTION & BID AMOUNTS --}} {{-- ===================================================== --}} @foreach ($quotations as $index => $q) @endforeach {{-- Left side description --}} {{-- Bid amounts --}} @foreach ($quotations as $q) @endforeach {{-- Left side description --}} {{-- Bid amounts --}} @foreach ($quotations as $q) @endforeach
Business Name{{ $q->supplier->business_name }}
Address{{ $q->supplier->address }}
Phone No.{{ $q->supplier->phone_no }}
Email{{ $q->supplier->email }}
Tax Identification No.{{ $q->supplier->tax_identification_no }}
PhilGEPS No.{{ $q->supplier->philgeps_no }}
Contact Person{{ $q->supplier->contact_person }}
B. TERMS OF PAYMENTS{{ $q->supplier->terms_of_payment }}
C. WARRANTY{{ $q->supplier->warranty }}
D. SPECS OR WORK DESCRIPTION
(Note: include QTY & unit, as applicable)
Tender Price or Quotation & Difference of the Offer
{{ chr(65 + $index) }}
{{ $project->project_description }} $q->bid_amount == $lowestBid])> ₱ {{ number_format($q->bid_amount, 2) }} @if($q->bid_amount == $lowestBid)
Lowest Bid @endif
TOTAL AMOUNT: $q->bid_amount == $lowestBid])> ₱ {{ number_format($q->bid_amount, 2) }} @if($q->bid_amount == $lowestBid)
Lowest Bid @endif

{{-- SIGNATORY BLOCK --}} @php $defaults = \App\Models\SignatoryDefault::first(); @endphp
Canvassed By:
{{ optional($defaults)->canvassedBy->name ?? '_________________________' }}
{{ optional($defaults->canvassedBy)->position_title ?? '' }}
Approved By:
{{ optional($defaults)->approvedBy->name ?? '_________________________' }}
{{ optional($defaults->approvedBy)->position_title ?? '' }}
To be Purchased THRU:



PO No.:

RF No.:
DAP-WI-04 F2, Rev.3
Notes on Signatories:
  1. If Canvassed/Processed by Administrative Services (AS) / System Generated Form, Admin Staff will sign the "Canvassed by" box and Approved by the AS Manager.
  2. If Canvassed/Processed by the Center, the "Canvassed by" box should be signed by the staff who conducted the canvass, and duly approved by the concerned Group Head.