git first record and last record in one query eloquent code example Example: get the last saved row in a table laravel $last = DB::table('items;)->latest()->first();