@extends('layouts.auth') @section('title', 'Columbus 17 | Register') @section('content')

COLUMBUS17

Sign Up to Columbus 17

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{!! NoCaptcha::display() !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif

Already have an account? Log In

{{-- Load reCAPTCHA script --}} {!! NoCaptcha::renderJs() !!}
@endsection