@stack('styles') @stack('styles')
{{ $header ?? __('Dashboard') }}

Notifications

No new notifications
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if (isset($header))
{{ $header }}
@else

@yield('title', 'Dashboard')

@yield('subtitle', 'Welcome to the Church Management System')

@endif @isset($slot) {{ $slot }} @else @yield('content') @endisset
@stack('scripts')