@extends('layouts.app') @section('title','Department Import') @section('pages')
@include('layouts.partials.nav-menu')
@if(auth()->user()->can('department-export')) @endif
@csrf @method('post')
Upload Departments From Excel

Note:

Duplicate record(s) will be skipped.
If a record(s) already exists, only that record(s) will be skipped.

1. Department Name (required):

Enter the full department name (mandatory, unique).

2. Description (optional):

Optionally, include a description for the department if available.

3. Page Break (Yes/No, optional):

Indicate "Yes" if a page break is needed, or "No" if not.

4. Status (Active/Inactive, optional):

Specify the status as "Active" or "Inactive," if applicable.

@endsection @section('js') @endsection