@if ($acceptance->checkoutable->getEula())
{!! str_replace('
', '
', Helper::parseEscapedMarkedown($acceptance->checkoutable->getEula())) !!}
@endif
@if ($snipeSettings->require_accept_signature=='1')
{{trans('general.sign_tos')}}
@endif
@if (auth()->user()->email!='')
@endif