@extends('backend.layout.main') @section('content') @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif

{{trans('file.Import Transfer')}}

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

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

{{trans('file.The correct column order is')}} (product_code, quantity, product_unit, product_cost, tax_name) {{trans('file.and you must follow this')}}. {{trans('file.All columns are required')}}

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