@stack('admin-head')

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

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