| 12345678910111213141516171819202122232425262728293031323334 | <?php
return [
    'title' => 'Tableau de bord',
    'actions' => [
        'filter' => [
            'label' => 'Filtrer',
            'modal' => [
                'heading' => 'Filtrer',
                'actions' => [
                    'apply' => [
                        'label' => 'Appliquer',
                    ],
                ],
            ],
        ],
    ],
];
 |