{{ __('Test Registration Form') }}

Test Registration Form

@csrf
@if ($errors->any())

Errors:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif