@yield('page-title','Dashboard')
{{ now()->format('D, d M Y') }}
@csrf
Logout
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
@yield('content')
@stack('scripts')