user_settings_by_name['ui.bookmarks']['value']) ? json_decode($loggedUser->user_settings_by_name['ui.bookmarks']['value'], true) : []; $this->userSettingsTable = TableRegistry::getTableLocator()->get('UserSettings'); ?>

Bootstrap->icon('bookmark', [ 'class' => ['fa-fw'] ]); ?>

Bootstrap->icon('chart-bar', [ 'class' => ['fa-fw'] ]); ?>

$statisticForModel) : ?>
Html->link( h($modelForDisplay), $this->Url->build([ 'controller' => $modelForDisplay, 'action' => 'index', ]), ['class' => 'text-white text-decoration-none fw-light stretched-link'] ); echo $this->element('widgets/highlight-panel', [ 'titleHtml' => $panelTitle, 'number' => $statisticForModel['created']['amount'], 'variation' => $statisticForModel['created']['variation'] ?? null, 'timeline' => $statisticForModel ?? [] ]); ?>