@stack('styles')
5
Notifikasi
Congratulation Lettie 🎉
Won the monthly best seller gold badge
1h ago
Lihat Semua Notifikasi
@if (Auth::user()->role == 'distributor')
Rp {{ Auth::user()->balance ? number_format(Auth::user()->balance->balance, 0, ',', '.') : 0 }}
@endif
{{--
--}}
{{--
--}}
{{ Auth::user()->username }}
{{ Auth::user()->email }}
@csrf
Keluar
@yield('content')
@stack('scripts')