@include('partials._head') @include('partials._navbar', [ 'icon' => $icon ?? 'close', 'action' => $action ?? route('home'), 'title' => $title ?? null, 'actionTitle' => $actionTitle ?? false, ]) @yield('content') @include('partials._scripts') @stack('scripts')