@extends("general_base") @section("title", "Create an Account") @section("style") @endsection @section("content")
@csrf
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!}
Have an account? back toLogin
@endsection