REVAYAH
{{-- {{ __('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))
@endif @if ((Auth::user()->user_admin_secretaria ?? false) && (Auth::user()->id_professor ?? false))
@endif
@csrf
@else
{!! myIcon('universitario',6) !!}
Area do Aluno
@endauth