Manajemen Sistem SPMI
@if (auth()->user()->photo)
@else
{{ substr(auth()->user()->name, 0, 1) }}
@endif
{{ auth()->user()->name }}
Edit Profil
@csrf
Logout
@yield('content')