© 2026 Hedgehog Software, LLC
public function form(Form $form): Form { return $form ->schema([ Forms\Components\Select::make('bucket_id') ->relationship(name: 'bucket', titleAttribute: 'date') ->required() ->preload() ]); }