protected $casts = [ 'interests', 'array', 'status' => LeadStatus::class, ];
TextEntry::make('interests') ->label('Richiesta') ->weight(FontWeight::Medium) ->size(TextEntry\TextEntrySize::Small)