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

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

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

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

{{ $lims_purchase_data->reference_no }}

@if($errors->has('extension')) {{ $errors->first('extension') }} @endif
{{trans('file.Order Table')}} *
@foreach($lims_product_purchase_data as $product_purchase)
Fatal error: Uncaught Error: Class "DB" not found in /var/www/html/repo/invoicing-salepropos/resources/views/purchase/edit.blade.php:107 Stack trace: #0 {main} thrown in /var/www/html/repo/invoicing-salepropos/resources/views/purchase/edit.blade.php on line 107
{{trans('file.name')}} {{trans('file.Code')}} {{trans('file.Quantity')}} {{trans('file.Recieved')}} {{trans('file.Net Unit Cost')}} {{trans('file.Discount')}} {{trans('file.Tax')}} {{trans('file.Subtotal')}}