@extends('backend.layout.main') @section('content')

{{__('db.Import Sale')}}

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

{!! Form::open(['route' => 'sale.import', 'method' => 'post', 'files' => true, 'class' => 'payment-form']) !!}

{{__('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')}}

@if($errors->has('extension')) {{ $errors->first('extension') }} @endif
{!! Form::close() !!}
@endsection @push('scripts') @endpush