@extends('mobile.template-login') @section('css') {!! RecaptchaV3::initJs() !!} @endsection @section('content')
Register
@csrf {!! RecaptchaV3::field('registerUser') !!} @if ($errors->has('g-recaptcha-response')) Gunakan Browser Lain @endif
@if ($errors->has('username')) @endif
@if ($errors->has('email')) @endif
@if ($errors->has('password')) @endif
@endsection