@csrf

{{ now()->format('l, d F Y') }}

@yield('heading', 'Dashboard')

{{ auth()->user()->role->name }} {{ strtoupper(substr(auth()->user()->name, 0, 1)) }}
@if (session('success')) @endif @if ($errors->any()) @endif @yield('content')
@stack('scripts')