@extends('backend.layouts.app') @section('content')
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if (addon_is_activated('otp_system'))
@else
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection @section('script') @if(get_setting('google_recaptcha') == 1) @endif @endsection