feat: add domain management system

This commit is contained in:
idevakk
2025-11-15 11:40:04 -08:00
parent 466a370f28
commit ca94c360ea

View File

@@ -77,8 +77,8 @@ class DomainsTable
SelectFilter::make('is_active')
->label('Status')
->options([
'1' => 'Active',
'0' => 'Inactive',
true => 'Active',
false => 'Inactive',
]),
TrashedFilter::make(),
])