@extends('layout.main') @section('content') @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif

{{trans('file.Update Quotation')}}

{{trans('file.The field labels marked with * are required input fields')}}.

{!! Form::open(['route' => ['quotations.update', $lims_quotation_data->id], 'method' => 'put', 'files' => true, 'id' => 'payment-form']) !!}

{{ $lims_quotation_data->reference_no }}

{{trans('file.Order Table')}} *
@foreach($lims_product_quotation_data as $product_quotation)
Fatal error: Uncaught Error: Class "DB" not found in /var/www/html/repo/invoicing-salepropos/resources/views/quotation/edit.blade.php:107 Stack trace: #0 {main} thrown in /var/www/html/repo/invoicing-salepropos/resources/views/quotation/edit.blade.php on line 107
{{trans('file.name')}} {{trans('file.Code')}} {{trans('file.Quantity')}} {{trans('file.Net Unit Price')}} {{trans('file.Discount')}} {{trans('file.Tax')}} {{trans('file.Subtotal')}}