diff --git a/app/Nova/City.php b/app/Nova/City.php index 0bfe9f6e..dd531af7 100644 --- a/app/Nova/City.php +++ b/app/Nova/City.php @@ -83,7 +83,9 @@ class City extends Resource ->step(0.000001) ->help('https://www.latlong.net/'), - BelongsTo::make(__('Country'), 'country', Country::class), + BelongsTo::make(__('Country'), 'country', Country::class) + ->searchable() + ->withSubtitles(), HasMany::make(__('Venues'), 'venues', Venue::class),