Som standard vil kun modelnøglerne være til stede på pivot
objekt. Hvis din pivottabel indeholder ekstra attributter, skal du angive dem, når du definerer relationen:
return $this->belongsToMany('App\Route')->withPivot('next_station_id', 'interchange_station_id', 'station_order', 'distance', 'duration');