belongsTo('App\Models\TravelProgram', 'program_id'); } public function travel_country() { return $this->belongsTo('App\Models\TravelCountry', 'country_id'); } }