@stack('styles') @php $unreadNotifications = auth()->user()->notifikasis()->where('status', 'belum')->count(); @endphp
@yield('page-title')
Beranda @yield('page-title')
@if($unreadNotifications > 0) {{ $unreadNotifications }} @endif
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @yield('content')
@stack('scripts')