@extends('layouts.app') @section('title', 'Create Quotation') @section('page_title', 'New Quotation') @section('content')
@csrf
Quotation Details
Quotation Line Items
Item / Variant Unit Price (UGX) Qty Discount (UGX) Total
No items added. Click buttons above to add product or service lines.
Summary
Subtotal 0 UGX
Flat Discount -0 UGX
VAT (18%) 0 UGX

Grand Total 0 UGX
Cancel
Notes & Terms
@endsection @section('scripts') @endsection