@extends('backend.layout.main') @section('content') {{__('db.Import Purchase')}} {{__('db.The field labels marked with are required input fields')}}. @csrf {{__('db.Warehouse')}} * @foreach($lims_warehouse_list as $warehouse) {{$warehouse->name}} @endforeach {{__('db.Supplier')}} @foreach($lims_supplier_list as $supplier) {{$supplier->name .' ('. $supplier->company_name .')'}} @endforeach {{__('db.Purchase Status')}} {{__('db.Recieved')}} {{__('db.Pending')}} {{__('db.Ordered')}} {{__('db.Attach Document')}} @if($errors->has('extension')) {{ $errors->first('extension') }} @endif {{__('db.Upload CSV File')}} * {{__('db.The correct column order is')}} (product_code, quantity, purchase_unit_code, cost, discount_per_unit, tax_name, profit_margin, profit_margin_type, price, imei_number) {{__('db.and you must follow this')}}. {{__('db.All columns are required')}} {{__('db.Download Sample File')}} {{__('db.Order Tax')}} {{__('db.No Tax')}} @foreach($lims_tax_list as $tax) {{$tax->name}} @endforeach {{__('db.Discount')}} {{__('db.Shipping Cost')}} {{__('db.Note')}} @endsection @push('scripts') @endpush
{{__('db.The field labels marked with are required input fields')}}.
{{__('db.The correct column order is')}} (product_code, quantity, purchase_unit_code, cost, discount_per_unit, tax_name, profit_margin, profit_margin_type, price, imei_number) {{__('db.and you must follow this')}}. {{__('db.All columns are required')}}