Owl\Http\Controllers\TemplateController::index PHP Метод

index() публичный Метод

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