@section('title', 'Quotation')
@csrf
{{ __('crm.add_quotation') }}
{{ __('crm.select_customer') }}
{{ __('crm.select_currency') }}
{{ __('crm.select_tax_group') }}
{{ __('crm.select_any_option') }}
{{ __('crm.search_item') }}
OR
{{ __('crm.item_name') }} {{ __('crm.qty') }} {{ __('crm.unit_price') }} {{ __('crm.discount') }}(%) {{ __('crm.tax') }} {{ __('crm.amount') }}
{{ __('crm.item_name_error') }}
{{ __('crm.quantity_error') }}
{{ __('crm.unit_price_error') }}
{{ __('crm.discount_error') }}
{{ __('crm.tax_error') }}
{{ __('crm.amount_error') }}
{{ __('crm.select_customer') }}
{{ __('crm.sub_tatal_error') }}
{{ __('crm.discount_error') }}
{{ __('crm.shipping_error') }}
@if (!empty($taxTypeIds)) @foreach ($taxTypeIds as $taxTypeId) @endforeach @endif Total Tax
{{-- Products --}} {{-- --}} {{-- End of Products --}} @push('scripts') @endpush