Пример #1
0
 public function getDestinationCountries()
 {
     return Country::whereActive(true)->orderBy('country_name')->get();
 }