@extends('backend.layout.main') @section('content') {{__('db.Add Adjustment')}} {{__('db.The field labels marked with * are required input fields')}}. @csrf {{__('db.Warehouse')}} * @foreach($lims_warehouse_list as $warehouse) {{$warehouse->name}} @endforeach {{__('db.Attach Document')}} {{__('db.Select Product')}} {{__('db.Order Table')}} * {{__('db.name')}} {{__('db.Code')}} {{__('db.Unit Cost')}} {{__('db.Quantity')}} {{__('db.action')}} {{__('db.Total')}} 0 {{__('db.Note')}} @endsection @push('scripts') @endpush
{{__('db.The field labels marked with * are required input fields')}}.