@include('shared.navbar') @stack('modals') @include('shared.modals.confirmLogout', [])
@yield('content') @if(isset($fabActions) && count($fabActions) > 0) @include('shared.fab') @endif
@section('footer') @show @stack('scripts')