{!! RvMedia::image($screenshot, __('Screenshot')) !!}

{!! BaseHelper::clean($title) !!}

@if ($description)

{!! BaseHelper::clean($description) !!}

@endif @if ($subtitle)

{!! BaseHelper::clean($subtitle) !!}

@endif
@csrf
@if ($extraFields = apply_filters('form_extra_fields_render', null, \Botble\Newsletter\Forms\Fronts\NewsletterForm::class))
{!! $extraFields !!}
@endif
@if ($androidAppUrl || $iosAppUrl) @endif