@extends('backend.layout.main') @section('content')

{{__('db.Update Quotation')}}

{{__('db.The field labels marked with are required input fields')}}.

@csrf @method('PUT')

{{ $lims_quotation_data->reference_no }}

{{__('db.Order Table')}} *
@foreach($lims_product_quotation_data as $product_quotation)
{{__('db.name')}} {{__('db.Code')}} {{__('db.Batch No')}} {{__('db.Quantity')}} {{__('db.Net Unit Price')}} {{__('db.Discount')}} {{__('db.Tax')}} {{__('db.Subtotal')}}