@extends('backend.layout.main') @section('content') {{__('db.Import Transfer')}} {{__('db.The field labels marked with * are required input fields')}} @csrf {{__('db.From Warehouse')}} * @foreach($lims_warehouse_list as $warehouse) {{$warehouse->name}} @endforeach {{__('db.To Warehouse')}} * @foreach($lims_warehouse_list as $warehouse) {{$warehouse->name}} @endforeach {{__('db.status')}} {{__('db.Completed')}} {{__('db.Pending')}} {{__('db.Sent')}} {{__('db.Upload CSV File')}} * {{__('db.The correct column order is')}} (product_code, quantity, product_unit, product_cost, tax_name) {{__('db.and you must follow this')}}. {{__('db.All columns are required')}} {{__('db.Download Sample File')}} {{__('db.Shipping Cost')}} {{__('db.Attach Document')}} @if($errors->has('extension')) {{ $errors->first('extension') }} @endif {{__('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, product_unit, product_cost, tax_name) {{__('db.and you must follow this')}}. {{__('db.All columns are required')}}