App\Http\Controllers\WidgetController::index PHP Method

index() public method

index
public index ( ) : mixed
return mixed
    public function index()
    {
        $widgetSectionView = new WidgetSection('__xe_content');
        return XePresenter::make('widget.index', ['widgetSectionView' => $widgetSectionView]);
    }