App\Skins\Plugin\PluginSettingsSkin::show PHP 메소드

show() 보호된 메소드

listView
protected show ( ) : Illuminate\View\View
리턴 Illuminate\View\View
    protected function show()
    {
        $this->loadDefault();
        app('xe.frontend')->js(['assets/vendor/swiper2/idangerous.swiper.js', 'assets/core/plugin/js/plugin.js'])->appendTo('head')->load();
        app('xe.frontend')->css('assets/vendor/swiper2/idangerous.swiper.css')->before('assets/core/settings/css/admin.css')->load();
        return $this->renderBlade();
    }