$last = DB::table('items')->latest()->first(); $last2 = DB::table('items')->orderBy('id', 'DESC')->first();