@yield('page-title','Dashboard')
{{ now()->format('D, d M Y') }}
{{ strtoupper(substr(auth()->user()->name, 0, 2)) }}
@if(session('success'))
@endif
@if($errors->any())
Please fix: @foreach($errors->all() as $e)- {{ $e }}
@endforeach
@endif
@yield('client-content')