renderTabs()
renderTabs(array  $tabs) : string
                Render tabs
[
    [
        'id' => string,
        'title' => string,
        'active' => bool,
        'controller' => string,
        'action' => string,
        'link' => string,
    ],
    ...
]
                                    Parameters
| array | $tabs |