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