@extends("general_base") @section("title", "Create an Account") @section("style") @endsection @section("content") @csrf First Name Last Name Email Phone Number Password Confirm Password {!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} Have an account? back toLogin Register @endsection