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