user_settings_by_name['ui.bookmarks']['value']) ? json_decode($loggedUser->user_settings_by_name['ui.bookmarks']['value'], true) : []; ?>

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

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

$statistics) : ?>
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' => $statistics['amount'], 'variation' => $statistics['variation'] ?? '', 'chartData' => $statistics['timeline'] ?? [] ]); ?>