Laravel Multiple Group par
$routes = DB::table('route')
->groupBy('rte_origin', 'rte_destination')
->get();
Alberto Peripolli
$routes = DB::table('route')
->groupBy('rte_origin', 'rte_destination')
->get();