{{-- {{ __('Dashboard') }} --}}
@auth
@if (Laravel\Jetstream\Jetstream::managesProfilePhotos()) @php $profile_photo_url = Auth::user()->profile_photo_url; $profile_photo_url = str_replace("7F9CF5","FFFFFF",$profile_photo_url); $profile_photo_url = str_replace("EBF4FF","312e81",$profile_photo_url); @endphp @else @endif
{{ Auth::user()->name }}
{{ Auth::user()->email }}
@if ((Auth::user()->user_admin_secretaria ?? false) && (Auth::user()->id_aluno ?? false))
@endif @if ((Auth::user()->user_admin_secretaria ?? false) && (Auth::user()->id_professor ?? false))
@endif
@csrf
@if (isAdminPep() || (Auth::user()->admin_full ?? false))
@endif @if (Laravel\Jetstream\Jetstream::hasApiFeatures() && (isAdminPep() || (Auth::user()->admin_full ?? false)))
@endif
@else
{!! myIcon('universitario',6) !!}
Area do Aluno
@endauth