Forms\Components\FileUpload::make('image')
->label('Image')
->directory('question_game_images')
->image()
->disk('public')
->columnSpanFull()
->downloadable(true)
->openable()
->visible(fn(Get $get) => $get('question_type') === 'image'),
]),
Forms\Components\FileUpload::make('image')
->label('Image')
->directory('question_game_images')
->image()
->disk('public')
->columnSpanFull()
->downloadable(true)
->openable()
->visible(fn(Get $get) => $get('question_type') === 'image'),
]),