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

Note:

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

1. Author Name (required):

Enter the full name (mandatory, unique).

3. Description (optional):

Optionally, include a discription if available.

@endsection @section('js') @endsection