@extends('layouts.admin') @section('page-title', 'Add Employee') @section('page-subtitle', 'Create employee & link to a financial session') @section('content')

Add Employee

Create a new employee and assign them to the correct financial session.

Back to Employees
{{-- Form --}}

Employee details

Basic profile and session assignment. All fields are mandatory.

@csrf {{-- Name --}}
{{-- Email --}}
{{-- Phone --}}
{{-- Session --}}

Employee can later be attached to additional sessions from the Employees list.

{{-- Side info card --}}

How this works

Best practice
Keep employee codes consistent (e.g., EMP-001, EMP-002…) so reporting is clean and easy.
@endsection