@extends('admin.layouts.app') @section('title', 'Quotation ' . $quotation->quotation_number) @section('content')
| Type | Description | Unit Price | Quantity | Subtotal |
|---|---|---|---|---|
| {{ ucfirst($item->item_type) }} | {{ $item->description }} | KSh {{ number_format($item->unit_price, 2) }} | {{ $item->quantity }} | KSh {{ number_format($item->subtotal, 2) }} |
{{ $quotation->notes }}