@section('title', 'Quotation')
@csrf @method('PUT')
{{ __('crm.update_quotation')}}
{{ __('crm.select_customer') }}
{{ __('crm.select_currency') }}
{{ __('crm.select_tax_group') }}
{{ __('crm.select_any_option') }}
{{ __('crm.search_item') }}
OR
@if(!empty($quotation)) @foreach($quotation->crm_quotation_item as $key=>$quoteItem) @if(!empty($quoteItem->product_data)) @else @endif @endforeach @else @endif
{{ __('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') }}
@if($quoteItem->product_data->productAttribute) @php $dbAttribute= !empty($quoteItem->attributes) ? json_decode($quoteItem->attributes) :NULL; @endphp @foreach($quoteItem->product_data->productAttribute as $key=>$attribute) @endforeach
@endif
{{ __('crm.item_name_error') }}
{{ __('crm.quantity_error') }}
{{ __('crm.unit_price_error') }}
{{ __('crm.discount_error') }}
{{ __('crm.tax_error') }}
{{ __('crm.amount_error') }}
{{ __('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 {{$quotation->total_tax ?? 0}}
@push('scripts') @endpush