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

{{__('db.Add Purchase')}}

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

@csrf
@if($errors->has('extension')) {{ $errors->first('extension') }} @endif
{{__('db.Order Table')}} *
@foreach($lims_product_quotation_data as $product_quotation)
{{__('db.name')}} {{__('db.Code')}} {{__('db.Batch No')}} {{__('db.Expired Date')}} {{__('db.Quantity')}} {{__('db.Recieved')}} {{__('db.Net Unit Cost')}} {{__('db.Discount')}} {{__('db.Tax')}} {{__('db.Subtotal')}}