@csrf @method('PUT')
{{ __('crm.update_quotation')}}
{{__('crm.select_customer')}}
{{ __('crm.select_currency')}}
@php $calc =0; @endphp @foreach($response->crm_quotation_item as $item) @php $selected_item_name = $item->item_name; $selected_qty = $item->quantity; $selected_unit_price = $item->unit_price; $selected_discount = $item->discount; $selected_item_cost = $item->item_cost; @endphp @php $calc++; if($calc ==1) continue; @endphp @endforeach
{{ __('crm.description')}} {{ __('crm.qty')}} {{ __('crm.unit_price')}} {{ __('crm.discount')}} {{ __('crm.amount')}}
{{ __('crm.item_name_error')}}
{{ __('crm.quantity_error')}}
{{ __('crm.unit_price_error')}}
{{ __('crm.discount_error')}}
{{ __('crm.amount_error')}}
{{ __('crm.select_customer')}}
{{ __('crm.sub_tatal_error')}}
{{ __('crm.discount_error')}}
{{ __('crm.shipping_error')}}
GST 27% 0.00
@push('scripts') @endpush