{{ service.name }}
{% if service.description %}
{{ html_clean(service.description | raw) }}
{% endif %}
{% if service.pivot.required %}
{{ 'offline.mall::frontend.services.required' | trans }}
{% endif %}
{% if not service.pivot.required %}
{% endif %}
{% for option in service.options %}
{% endfor %}