There was an error while loading. Please reload this page.
$this->Bootstrap->Tabs([ 'pills' => true, 'card' => true, 'data' => [ 'navs' => [ 'tab1', ['text' => 'tab2', 'active' => true], ['html' => '<b>tab3</b>', 'disabled' => true], ], 'content' => [ 'body1', '<i>body2</i>', '~body3~' ] ] ]);