Mahasiswa RPL
Ke E-Portofolio
@php $profileInfo = auth()->user()->getProfileInfo(); @endphp
{{ $profileInfo['nama'] }}
{{ $profileInfo['nama'] }}
{{ auth()->user()->role }}
{{-- Link Logout/Sign Out --}}
Sign Out
@csrf
@yield('content')
@stack('scripts')