{{ $quotation->customer_name }}
{{ $quotation->customer_email }}
{{ $quotation->customer_phone }}
@if($quotation->customer_address){{ $quotation->customer_address }}
@endifDate: {{ $quotation->created_at->format('F d, Y') }}
Service Type: {{ ucfirst($quotation->service_type ?? 'General') }}
@if($quotation->site_address)Site Address: {{ $quotation->site_address }}
@endif @if($quotation->is_shop_customer)Shop Customer Discount Applied
@endif| Type | Description | Qty | Unit Price | Subtotal |
|---|---|---|---|---|
| {{ $item->item_type }} | {{ $item->description }} | {{ $item->quantity }} | KSh {{ number_format($item->unit_price, 2) }} | KSh {{ number_format($item->subtotal, 2) }} |
|
M-PESA (Buy Goods & Services) Till Number: {{ $payment['mpesa_till_number'] ?? '' }} |
@endif
@if($payment['bank_enabled'] ?? false)
Bank Transfer Bank: {{ $payment['bank_name'] ?? '' }} Account Name: {{ $payment['bank_account_name'] ?? '' }} Account No: {{ $payment['bank_account_number'] ?? '' }} @if(!empty($payment['bank_branch'])) Branch: {{ $payment['bank_branch'] }} @endif |
@endif