public function getDestinationCountries()
 {
     return Country::whereActive(true)->orderBy('country_name')->get();
 }