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

Note:

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

1. Editor Name (required):

Enter the full name (mandatory, unique).

@endsection @section('js') @endsection