@extends('backend.layout.main') @section('content') {{__('db.Import Sale')}} {{__('db.The field labels marked with are required input fields')}}. @csrf {{__('db.customer')}} * @foreach($lims_customer_list as $customer) {{$customer->name . ' (' . $customer->phone_number . ')'}} @endforeach {{__('db.Warehouse')}} * @foreach($lims_warehouse_list as $warehouse) {{$warehouse->name}} @endforeach {{__('db.Biller')}} * @foreach($lims_biller_list as $biller) {{$biller->name . ' (' . $biller->company_name . ')'}} @endforeach {{__('db.Upload CSV File')}} * {{__('db.The correct column order is')}} (product_code, quantity, sale_unit_code, price, discount_per_unit, tax_name) {{__('db.and you must follow this')}}. {{__('db.For Digital product sale_unit will be n/a')}}. {{__('db.All columns are required')}} {{__('db.Download Sample File')}} {{__('db.Order Tax')}} No Tax @foreach($lims_tax_list as $tax) {{$tax->name}} @endforeach {{__('db.Order Discount')}} {{__('db.Shipping Cost')}} {{__('db.Attach Document')}} @if($errors->has('extension')) {{ $errors->first('extension') }} @endif {{__('db.Sale Status')}} * {{__('db.Completed')}} {{__('db.Pending')}} {{__('db.Sale Note')}} {{__('db.Staff Note')}} @endsection @push('scripts') @endpush
{{__('db.The field labels marked with are required input fields')}}.
{{__('db.The correct column order is')}} (product_code, quantity, sale_unit_code, price, discount_per_unit, tax_name) {{__('db.and you must follow this')}}. {{__('db.For Digital product sale_unit will be n/a')}}. {{__('db.All columns are required')}}