Sélectionnez Max ID Laravel

 \DB::table('orders')->where('id', \DB::raw("(select max(`id`) from orders)"))->get();
Funny Fly