how to get the only first 10 records from a table in laravel code example Example: how to get just the first row from a table in laravel $user = User::whereEmail($email)->first();