diff --git a/app/Nova/Country.php b/app/Nova/Country.php index fc115b60..f0e56614 100644 --- a/app/Nova/Country.php +++ b/app/Nova/Country.php @@ -23,7 +23,7 @@ class Country extends Resource * The single value that should be used to represent the resource when being displayed. * @var string */ - public static $title = 'name'; + public static $title = 'english_name'; /** * The columns that should be searched.