public function after()
 {
     $this->template->with('breadcrumbs', $this->breadcrumbs)->with('navigation', $this->navigation)->with('bodyId', $this->getRouterPath())->with('theme', $this->currentUser->getCurrentTheme())->with('requestType', $this->request->ajax() ? 'request.iframe' : 'request.get');
     parent::after();
 }
 public function after()
 {
     $this->template->with('bodyId', $this->getRouterPath())->with('theme', config('cms.theme.default'));
     parent::after();
 }
 public function after()
 {
     $this->template->with('breadcrumbs', $this->breadcrumbs)->with('navigation', $this->navigation)->with('bodyId', $this->getRouterPath());
     parent::after();
 }