@auth @php $u = auth()->user(); @endphp {{-- Mobile top bar with sidebar toggle --}}

@yield('title', 'Dashboard')

@yield('actions')
@include('partials.flash') @yield('content')
@else @yield('content') @endauth