@extends('layouts.app') @section('title', 'Employee Import') @section('pages')
@include('layouts.partials.nav-menu')
Upload Employee Excel File
@csrf @method('post')

{{-- --}}

Note:

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

Note:

Only New record(s) will be added .

{{-- 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