@extends('layouts.bootstrap') @section('title', 'Edit Profile') @section('breadcrumb', 'Dashboard / Profile / Edit') @section('content')
Edit Profile
Back to Profile
@csrf @method('PUT')
Basic Information
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('department_id')
{{ $message }}
@enderror
Change Password

Leave password fields empty if you don't want to change your password.

@error('current_password')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
Cancel
Account Security
Password Security

Your password is encrypted and secure

Account Status

Status: {{ ucfirst($user->status) }}

@endsection @push('scripts') @endpush