@extends('layouts.admin') @section('title', 'Add New Quotation') @section('page-title', 'Add New Quotation') @section('content')

Add New Quotation

Create a new estimate for your customer.

@csrf

Document Title

This title will appear on the preview and final quotation

Quotation Details

Draft

Title to show on preview

#

Auto-generated

Bill From *

search
search

Items

attach_money
Product / Service Unit Qty Rate Tax % Amount
{{ $currencies->where('code', $defaultCurrency)->first()->symbol ?? '$' }}0.00
@if($signatures->count() > 0)

Select a signature to preview

@endif
Subtotal {{ $currencies->where('code', $defaultCurrency)->first()->symbol ?? '$' }}0.00
Discount
{{ $currencies->where('code', $defaultCurrency)->first()->symbol ?? '$' }}0.00
Tax {{ $currencies->where('code', $defaultCurrency)->first()->symbol ?? '$' }}0.00
Total ({{ $defaultCurrency }}) {{ $currencies->where('code', $defaultCurrency)->first()->symbol ?? '$' }}0.00
@endsection