public static function form(Form $form): Form {
return $form
->schema([
Grid::make(4)
->schema([
Section::make(__('products.general_info'))
Section::make(__('products.publish_info'))
Section::make(__('products.medical_social_info'))
Section::make(__('products.media'))
]);
}