@extends('layouts.app') @section('title','Category Import') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('library-category-export', $authRolePermissions)) @endif
@csrf @method('post')
Upload Category From Excel

Note:

Duplicate records will not be saved.
If a record already exists, only that record will be skipped.

1. Category Name (required):

Enter the full name (mandatory, unique).

3. Description (optional):

Optionally, include a discription if available.

@endsection @section('js') @endsection