© 2026 Hedgehog Software, LLC
Forms\Components\FileUpload::make('foto') ->image() ->directory('product') ->required(),
Tables\Columns\ImageColumn::make('foto'),
$table->string('foto')->nullable();