@lang('global.app_csvImport')

{{ csrf_field() }}
@if ($errors->has('csv_file')) {{ $errors->first('csv_file') }} @endif
@if( ! empty( $csvtemplatepath ) ) @include('csvImport.downloadtemplate', compact('csvtemplatepath')) @endif