@extends('layouts.app') @section('title', 'Edit User โ€” ' . $user->name) @section('header', 'Edit User') @section('content')
โ† Back to Users Directory
@if(isset($errors) && $errors->any())
@endif

Edit User: {{ $user->name }}

Employee ID: {{ $user->employee_id ?? 'EMP-#'.$user->id }} ยท {{ $user->email }}

View Full Profile & Permissions โ†’
@csrf @method('PUT')

1. Basic & Contact Information


2. Organization & Department


3. Security & Access Scopes

Cancel
@endsection