@extends('layouts.app') @section('css') @endsection @section('content')
{{ csrf_field() }}
{{ __('New Quotation') }}
QN-
@if($menu == 'project') @endif
@if($menu == 'project')
@endif
{{ __('Items') }}
  • {{ __('No record found') }}
{{ __('Add Custom Item') }}
{{ __('Items') }} {{ __('HSN') }} {{ __('Quantity') }} {{ __('Hours') }} {{ __('Price') }} ({{ isset($default_currency->symbol) ? $default_currency->symbol : '' }}) {{ __('Rate') }}({{ isset($default_currency->symbol) ? $default_currency->symbol : '' }}) {{ __('Amount') }} {{ __('Discount') }} {{ __('Tax') }} {{ __('Amount') }} ({{ isset($default_currency->symbol) ? $default_currency->symbol : '' }}) {{ __('Action') }}
@foreach(json_decode($taxes) as $tax) @endforeach
{{ __('Sub Total') }} 0
{{ $tax->name }} {{ formatCurrencyAmount($tax->tax_rate) }}% 0
{{ __('Total Tax') }} 0
{{ __('Item Discounts') }} 0
{{ __('Other Discounts') }} 0
{{ __('Shipping') }} 0
0
{{ __('Total') }} 0
{{ __('Note') }}! {{ __('Allowed File Extensions: jpg, png, gif, docx, xls, xlsx, csv and pdf') }}
{{ __('Cancel') }}
@include('admin.invoice.setting-modal-create') @endsection @section('js') {!! translateValidationMessages() !!} @endsection