@extends('user.user-template') @section('css') {!! RecaptchaV3::initJs() !!} @endsection @section('content')
Daftar Sebagai Pelapor
@if (env('LOGIN_SOCIAL_MEDIA', false))

Anda bisa dengan mudah menghubungkan dengan social media

Atau
@endif
@csrf {!! RecaptchaV3::field('registerUser') !!} @if ($errors->has('g-recaptcha-response')) Gunakan Browser Lain @endif
@if($errors->has('username')) {{ $errors->first('username') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
Sudah Punya Akun ? Login
Kembali Ke HomePage
@endsection @section('script') @if (count($errors) > 0) @endif @endsection