@include('partials.settings-heading') {{ __('Profile settings') }} @if(Auth::user()->role->name != 'student')
@if ($this->hasUnverifiedEmail)
{{ __('Your email address is unverified.') }} {{ __('Click here to re-send the verification email.') }}
@endif
{{ __('Save') }}
@else {{-- Show error message --}}
{{ __("Vous n'êtes pas autorisé à mettre à jour vos informations de profil. Référez-vous à votre administrateur.") }}
@endif