@yield('page-title', 'Overview')
{{ now()->format('l, d F Y') }}
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @yield('content') {{ $slot ?? '' }}