belongsTo('App\Models\Airport'); } public function arrival_airport() { return $this->belongsTo('App\Models\Airport'); } }