Back to Home

WORLD

GYMNASTICS

Join the
Community!

Create your account and become part of the World Gymnastics family.

1
Fill in your details
2
Verify your email
3
Start posting news

Create Account

Fill in the details below to get started

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @php /* Split old('name') back into first / last for repopulation after validation error */ $oldName = old('name', ''); $nameParts = $oldName ? explode(' ', $oldName, 2) : ['','']; $oldFirst = $nameParts[0]; $oldLast = $nameParts[1] ?? ''; @endphp
@csrf {{-- Hidden field that carries the combined name to Laravel --}}
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
Enter a password
@error('password')
{{ $message }}
@enderror