vuexyAdminService = $vuexyAdminService; } public function compose(View $view) { $view->with([ 'vuexyMenu' => $this->vuexyAdminService->getMenu(), 'vuexySearch' => $this->vuexyAdminService->getSearch(), 'vuexyQuickLinks' => $this->vuexyAdminService->getQuickLinks(), 'vuexyNotifications' => $this->vuexyAdminService->getNotifications(), 'vuexyBreadcrumbs' => $this->vuexyAdminService->getBreadcrumbs(), ]); } }