Files

34 lines
383 B
PHP
Raw Permalink Normal View History

2025-10-22 17:09:48 +02:00
<?php
return [
'title' => 'Dashboard',
'actions' => [
'filter' => [
'label' => 'Filter',
'modal' => [
'heading' => 'Filter',
'actions' => [
'apply' => [
'label' => 'Apply',
],
],
],
],
],
];