@php $st = $quotation->displayStatus(); $bc = 'b-'.strtolower($st); @endphp

Dach Construction Ltd

Construction ERP · Lilongwe, Malawi

contact@dach.test · +265 999 000 111

Quotation

{{ $quotation->reference_number }}

Status: {{ $st }}

Issue date: {{ $quotation->issue_date?->format('M j, Y') }}

Valid until: {{ $quotation->valid_until?->format('M j, Y') }}

@if($quotation->creator)

Prepared by: {{ $quotation->creator->name }}

@endif

Client: {{ $quotation->client?->company_name }}

Contact: {{ $quotation->client?->contact_person ?? '—' }}

Phone: {{ $quotation->client?->phone ?? '—' }} · Email: {{ $quotation->client?->email ?? '—' }}

TIN: {{ $quotation->client?->tin_number ?? '—' }}

@if($quotation->description)

Description / scope: {{ $quotation->description }}

@endif @foreach($quotation->items as $item) @endforeach
DescriptionQtyUnit rate (MWK)Total (MWK)
{{ $item->description }} {{ rtrim(rtrim((string) $item->quantity, '0'), '.') }} {{ number_format((float) $item->unit_rate, 2, '.', ',') }} {{ number_format((float) $item->total, 2, '.', ',') }}
Total quoted value (MWK) {{ number_format((float) $quotation->total_value, 2, '.', ',') }}

This quotation is valid until {{ $quotation->valid_until?->format('M j, Y') }}. Prices are subject to confirmation based on final scope and material availability.