@extends('layouts.app') @section('title', 'Quotation ' . $quotation->quotation_number) @section('page_title', 'Quotation Details') @section('content')
Nasser Road, Kampala, Uganda
Phone: +256 700 000 000 | Email: sales@preezbrands.com
Code: {{ $quotation->client->client_code }}
Phone: {{ $quotation->client->phone }}
@if($quotation->client->email) Email: {{ $quotation->client->email }}
@endif
@if($quotation->client->tin) TIN: {{ $quotation->client->tin }} @endif
Date Issued: {{ $quotation->quotation_date->format('M d, Y') }}
Expiry Date: {{ $quotation->expiry_date ? $quotation->expiry_date->format('M d, Y') : '-' }}
Prepared By: {{ $quotation->createdBy->full_name }}
| Item / SKU | Unit Price | Qty | Discount | Total |
|---|---|---|---|---|
|
{{ $item->item_name }}
{{ $item->item_code }}
|
{{ number_format($item->unit_price) }} UGX | {{ $item->quantity }} | -{{ number_format($item->discount) }} UGX | {{ number_format($item->total_price) }} UGX |
{{ $quotation->notes }}
{{ $quotation->terms }}
Converted By: {{ $quotation->convertedBy->full_name }} on {{ $quotation->converted_at->format('M d, Y H:i') }}