@if (! Auth::guard('manager')->guest()) @include('manager::partials.menu-top-right') @endif
@section('content') @show
@section('content-dashboard') @show