@extends('layouts.adminLayout.admin_design') @section('content')

{{ $title }}


{{ Form::open(['url' => route('categorieimport'), 'method'=>'post', 'file'=>true, 'name' => 'categorie_import', 'class' => 'form-horizontal', 'enctype' => 'multipart/form-data', 'id' => 'categorie_import']) }}
@if ($errors->has('csv_file')) {{ $errors->first('csv_file') }} @endif @if ($errors->has('success')) {{ $errors->first('success') }} @endif
{{ __('lbl.cancel') }}
{{ Form::close() }}
  • Duplicate record will not insert.
  • Please cross verify your CSV with category list.

  • @if(Session::has('duplicateCategorysRecords'))

    WARNING : Found some duplicate records while uploaded last CSV, click here to show duplicate records.
    @endif
    @endsection