@yield('css') @stack('rich_editor_assets')
Church Admin Panel
@if(($navUnreadCount ?? 0) > 0)
{{ $navUnreadCount > 9 ? '9+' : $navUnreadCount }}
@endif
Notifications
@if(($navUnreadCount ?? 0) > 0)
@csrf
Mark all read
@endif
@forelse(($navNotifications ?? []) as $n)
{{ $n->title }}
{{ \Illuminate\Support\Str::limit($n->message, 60) }}
{{ $n->created_at->diffForHumans() }}
@empty
No notifications yet
@endforelse
View all notifications
@if(auth()->user()->profile_image)
{{ strtoupper(substr(auth()->user()->name, 0, 2)) }}
@else
{{ strtoupper(substr(auth()->user()->name, 0, 2)) }}
@endif
{{ auth()->user()->name }}
Admin
@if(auth()->user()->profile_image)
@else
{{ strtoupper(substr(auth()->user()->name, 0, 2)) }}
@endif
{{ auth()->user()->name }}
{{ auth()->user()->email }}
Edit Profile
Activity Log
@csrf
Logout
{{ setting('brand.short_name', 'GFC') }} Admin
Main
Dashboard
Notifications @if(($navUnreadCount ?? 0) > 0)
{{ $navUnreadCount }}
@endif
Content
Sermons
Events
Prayer Requests
Contact Messages
Newsletter
Members
@if(auth()->user()->isSuperAdmin())
Blog
Blog Comments
@endif
Site
Site Settings
Service Times
Hero Images
@if(auth()->user()->isSuperAdmin())
Leadership
@endif
Account
@if(auth()->user()->isSuperAdmin())
Admin Users
@endif
Profile
Activity Log
@csrf
Logout
@yield('content')
Are you sure?
This action cannot be undone.
{{-- Rich-text editor initialisers (run after DOM + Quill are ready) --}} @yield('javascript')