function (App $kirby, User $user) { if ($kirby->user()->is($user) === true) { return new ViewButton(component: 'k-theme-view-button'); } } ];