filament-info-widget.php 207B

123456789101112131415161718
  1. <?php
  2. return [
  3. 'actions' => [
  4. 'open_documentation' => [
  5. 'label' => 'الوثائق',
  6. ],
  7. 'open_github' => [
  8. 'label' => 'GitHub',
  9. ],
  10. ],
  11. ];