Frozennode\Administrator\AdminController::index PHP Méthode

index() public méthode

The main view for any of the data models.
public index ( $modelName ) : Response
Résultat Response
    public function index($modelName)
    {
        //set the layout content and title
        $this->layout->content = view('administrator::index');
        return $this->layout;
    }