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

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

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

@csrf

{{__('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
@endsection @push('scripts') @endpush