how to get the last five rows in table in laravel code example Example: laravel get last 5 records Dogs::latest()->take(5)->get();