@if($this->error === 'failure')
{{ trans('webtools/tools/privacy-policy-generator.error') }}
@endif @if($this->privacy_policy)
{!! $this->privacy_policy !!}
@endif