{!! trans('admin/categories/general.eula_text_help') !!}

{!! trans('admin/settings/general.eula_markdown') !!}

{!! $errors->first('eula_text', '') !!}
@if ($this->eulaTextDisabled) @endif
@if ($defaultEulaText!='') @else @endif
@if ($this->isGlobalSignatureRequired)

{{ trans('admin/categories/general.global_signature_required_notice') }}

@endif
@if ($requireAcceptance)
@endif
@if ($this->emailWillBeSendDueToEula)
{{ $this->emailMessage }}
@endif