@stack('styles')
Waving hand Hai, {{ Auth::guard('admin')->user()->username ?? 'Admin' }}
Notifikasi 7 hari terakhir
Notifikasi kosong
Memuat notifikasi...
@php $admin = Auth::guard('admin')->user(); @endphp @if($admin->foto_profil) Foto profil {{ $admin->username }} @else
@endif
@yield('content')
{{-- PROFILE MODAL --}}
@csrf
@if($admin->foto_profil) Foto profil @else @endif

JPG, PNG, WEBP · Maks. 2MB

@stack('scripts')