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

Note:

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

1. Publishers Name (required):

Enter the full name (mandatory, unique).

2. Phone No (optional):

Optionally, include a phone if available.

3. Email (optional):

Optionally, include a email if available.

@endsection @section('js') @endsection