Select with relationship default
How do i say i want the default group to be "geral" that has ID 1
Select::make('customer_group_id')
->label(__('nlmn-customer-module::customer.customer_resource.customer_group_id'))
->relationship('customer_group', 'name')
->preload()
->multiple()
->searchable()
->native(false),