My Profile

Manage your personal information and account settings.

Emp. ID: {{ $teacher->employee_id }}
@if(session('profile_success'))

{{ session('profile_success') }}

@endif @if($errors->any())

There were some errors with your update

    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Personal Information

@csrf @method('PUT')

Security & Password

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

Cancel