Rubenwouters\CrmLauncher\Controllers\DashboardController::help PHP Method

help() public method

Shows help page
public help ( ) : view
return view
    public function help()
    {
        return view('crm-launcher::help.index');
    }