@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @auth @php $adminNotifications = \App\Models\AdminNotification::getActiveForUser(auth()->user()); @endphp @if($adminNotifications->count() > 0)
@foreach($adminNotifications as $notification)
{!! $notification->type_icon !!}

{{ $notification->title }}

{{ $notification->message }}

@csrf
@endforeach
@endif @endauth
@yield('content')
@include('dashboard.partials.moderator-tutorial')
{{-- ==================== --}} {{-- DAYBOT AI CHAT ASSISTANT --}} {{-- ==================== --}} @auth
{{-- Chat Toggle Button --}} {{-- Chat Window - Full screen on mobile, floating on desktop --}}
{{-- Chat Header --}}

AI Assistant

DayBot Help

{{-- Chat Messages --}}
{{-- Typing Indicator --}}
{{-- Quick Actions --}}

Quick questions:

{{-- Chat Input --}}
@endauth