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

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

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

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

{{__('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
{!! Form::close() !!}
@endsection @push('scripts') @endpush