@push('styles') @foreach ($frontWidgets as $item) @if(!is_null($item->header_script)) {!! $item->header_script !!} @endif @endforeach @endpush
{{ csrf_field() }}

@lang('app.signUpAsClient')

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@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 @if ($globalSetting->sign_up_terms == 'yes')
@endif @lang('app.login')
@if ($globalSetting->google_recaptcha_status == 'active' && $globalSetting->google_recaptcha_v2_status == 'active') @endif @if ($globalSetting->google_recaptcha_status == 'active' && $globalSetting->google_recaptcha_v3_status == 'active') @endif @foreach ($frontWidgets as $item) @if(!is_null($item->footer_script)) {!! $item->footer_script !!} @endif @endforeach