@extends('layout.admin') @section('head') @extends('layout.header') @section('header_title', 'Employee') @endsection @section('content')

Employees

Choose someone on the left to view and edit their profile, or add a new team member.

Team

@forelse ($employees as $item) @empty

No employees yet. Use Add employee to create the first profile.

@endforelse

Employee details

Select an employee from the list to see their information and make updates.

Enter a valid number (10 digits required)
Only fill this when changing the sign-in password (min. 6 characters).
Yearly leave renews on this date each year.
When off, this employee can open the dashboard immediately after entering email and password (use only for trusted devices).
Preview
Loading leave…
{{-- Add employee (popup) --}} @endsection @section('script') @endsection