Select::make('role_ids')
->label('Gebruikersrollen')
->columnSpan(2)
->multiple()
->options(Role::all()->pluck('name', 'id')),
Select::make('role_ids')
->label('Gebruikersrollen')
->columnSpan(2)
->multiple()
->options(Role::all()->pluck('name', 'id')),