@extends('admin.layouts.master') @section('title', 'Edit Employee | ' . $employee->first_name) @push('styles') @endpush @section('content')
{{-- Page Header --}}

Edit Employee: {{ $employee->first_name }}

Back to List
{{-- Form Starts Here --}}
@csrf
{{-- 1. PERSONAL DETAILS --}}

Personal Information

Basic details to identify the employee.

Preview
Recommended size: 250x250px (JPG/PNG). Leave empty to keep current.
First name is required.
Valid email is required.
Phone number is required.
Please select a gender.
{{-- 2. EMPLOYMENT DETAILS --}}

Employment Details

Assign roles, departments, and managers.

Employee code is required.
Joining date is required.
Department is required.
Designation is required.
{{-- 3. PAYROLL & COMPLIANCE --}}

Payroll & Compliance

Salary and government identification records.

{{-- STICKY ACTION BAR --}}
@endsection @push('scripts') @endpush