@extends('layouts.app') @section('title', request('mode') === 'quotation' ? 'Create Quotation' : 'Create Invoice') @section('content')
← Finance

{{ request('mode') === 'quotation' ? 'Sales quotation' : 'Manual invoice' }}

{{ request('mode') === 'quotation' ? 'Create quotation' : 'Create invoice' }}

Unlimited classified lines, configurable VAT, account mapping, payment terms and auditable numbering.

@if($errors->any())
@endif@include('tenant.billing.invoices.form')
@endsection