icon('heroicon-m-check-circle') ->tooltip('Pilih/Hapus Semua Mata Kuliah') ->action(function (Select $component) { $options = array_keys($component->getOptions()); $state = $component->getState() ?? []; if (count($state) === count($options)) { $component->state([]); } else { $component->state($options); } }); } }