Som standard kommer endast modellnycklarna att finnas på pivot
objekt. Om din pivottabell innehåller extra attribut måste du ange dem när du definierar relationen:
return $this->belongsToMany('App\Route')->withPivot('next_station_id', 'interchange_station_id', 'station_order', 'distance', 'duration');