How can I sort Laravel rel. models based on values in their additional rel. models?
I have a model Facility that has rates (tariffs). The Rate model has a relationship to a RateType. The RateType has a column weight. I want to sort the Facility's rates based on those weights. I would like to always…