@extends('backend.layout.main') @section('content') @if(session()->has('message'))
{{trans('file.The field labels marked with * are required input fields')}}.
{!! Form::open(['route' => 'sale.import', 'method' => 'post', 'files' => true, 'class' => 'payment-form']) !!}{{trans('file.The correct column order is')}} (product_code, quantity, sale_unit_code, price, discount_per_unit, tax_name) {{trans('file.and you must follow this')}}. {{trans('file.For Digital product sale_unit will be n/a')}}. {{trans('file.All columns are required')}}