init(); } /** * Get the view / contents that represent the component. * * @return \Illuminate\Contracts\View\View|\Closure|string */ public function render() { // See also starterkit/app/Core/Bootstrap/BootstrapDefault.php return view(config('settings.KT_THEME_LAYOUT_DIR').'._default'); } }