@php $pageName = 'Registration' @endphp @extends('layouts.auth_app') @section('content')

Get Started with Us

@csrf {{-- Honeypot field --}} {{--
--}}
@if (isset($_GET['ref'])) @else @endif
{{-- Google reCAPTCHA --}}
{!! NoCaptcha::display() !!}

Already have an account? Sign In

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