@include('layout.header-lite')
@if(config('visibility.webform') == 'show')
{!! $fields !!}
@if($webform->webform_recaptcha == 'enabled' && @config('system.settings2_captcha_status') == 'enabled')
{!! htmlFormSnippet([]) !!}
@endif
@lang('lang.fill_in_all_required_fields')
{{ $webform->webform_submit_button_text ?? __('lang.submit') }}
@lang('lang.application_error')
@endif @if(config('visibility.webform') == 'error')
@endif @include('layout.footerjs-lite')