{{ __('Profile') }}

{{ __('profile picture') }}

{{ auth()->user()->first_name }} {{ auth()->user()->last_name }}

{{ __('Teacher') }} @if(auth()->user()->is_admin) / {{ __('Administrator') }} @endif

{{ __('Profile') }}
@csrf @method('patch')
{{ __('First name') }}
{{ __('Last name') }}
{{ __('Save changes') }}
{{ __('Password') }}
@csrf @method('put')
{{ __('Old password') }}
{{ __('New password') }}
{{ __('Change password') }}
{{ __('PIN') }}
@csrf @method('patch')
{{ __('New PIN') }}
{{ __('Confirm new PIN') }}
{{ __('Change PIN') }}
{{ __('Change avatar') }}
@csrf @method('patch')
@foreach(config('school.cosmetics.avatars') as $name)
{{ __('Avatar :name', ['name' => $name]) }}
@endforeach