芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/resources/views/auth/register.blade.php
{{ csrf_field() }}
@lang('app.signUpAsClient')
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@lang('app.name')
*
@lang('auth.email')
*
@lang('app.password')
*
@lang('modules.client.companyName')
@if ($globalSetting->google_recaptcha_status == 'active' && $globalSetting->google_recaptcha_v2_status == 'active')
@endif @if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
@lang('app.signUp')
@lang('app.login')