Forms\Components\Select::make('merchant_id') ->label('Merchant') ->searchable() ->options( Merchant::all()->pluck('name', 'id')->toArray() )
composer require filament/filament:"^3.0" -W before filament:install