@stack('client-head')

@yield('page-title','Dashboard')

{{ now()->format('D, d M Y') }}
{{ strtoupper(substr(auth()->user()->name, 0, 2)) }}
@if(session('success')) @endif @if($errors->any()) @endif @yield('client-content')
@stack('client-scripts')