Laravel Child Relations Gets Max Valeur

// $model->relation->max('relation_column');
//example
$auction->bid->max('bid_amount');
Smiling Starling