@auth
@yield('page-title', 'Dashboard')
{{ now()->format('l, d F Y') }}
{{ auth()->user()->role === 'admin' ? 'Administrator' : 'Montir' }}
@yield('header-actions')
@endauth @if(session('success')) @endif @if(session('error')) @endif @yield('content')