@stack('styles')
๐Ÿ‘‹ Hai, {{ Auth::guard('siswa')->user()->nama ?? 'Siswa' }}
Notification @php $siswa = Auth::guard('siswa')->user(); @endphp @if($siswa->foto_profil) Profil @else
@endif
@yield('content')
{{-- PROFILE MODAL --}}
@csrf
@if($siswa->foto_profil) @else @endif

JPG, PNG, WEBP ยท Maks. 2MB

@stack('scripts')