Customer Registration

@csrf @if ($errors->any())
{{ __('Whoops! There were some errors with your submission.') }}
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Personal Information
Security