Top-level helper, mirrors Laravel's $errors->first('field').
$errors->first('field')
String? error(String field) => Session.error(field);