{{ Form::open(['url' => route('categorieimport'),
'method'=>'post',
'file'=>true,
'name' => 'categorie_import',
'class' => 'form-horizontal',
'enctype' => 'multipart/form-data',
'id' => 'categorie_import']) }}
{{ Form::close() }}
Duplicate record will not insert.
Please cross verify your CSV with category list.
@if(Session::has('duplicateCategorysRecords'))
@if ($errors->has('csv_file'))
{{ $errors->first('csv_file') }}
@endif
@if ($errors->has('success'))
{{ $errors->first('success') }}
@endif
@if(Session::has('duplicateCategorysRecords'))
WARNING : Found some duplicate records while uploaded last CSV, click here to show duplicate records.
@endif