Laravel fasih mendapatkan nilai urutan saat ini

$statement = DB::select("SHOW TABLE STATUS LIKE 'users'");
$nextId = $statement[0]->Auto_increment;
BabyIT