@extends('layouts.app') @section('content')

{{ $test->trans('name') }}

{{ __('Before we begin') }}

{{ __('To correctly calculate your scores, we need to know your gender. This information is only used for score normalization.') }}

@csrf
@error('gender')
{{ $message }}
@enderror
@endsection