Owl\Http\Controllers\TemplateController::index PHP Method

index() public method

public index ( )
    public function index()
    {
        $templates = $this->templateService->getAll();
        return \View::make('templates.index', compact('templates'));
    }