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

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

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

@csrf

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

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