description = "Service Inside Page" [builderDetails service] modelClass = "Linus\Services\Models\Service" identifierValue = "{{ :slug }}" modelKeyColumn = "slug" displayColumn = "name" notFoundMessage = "Record not found" [Contact] == addCss(CombineAssets::combine($css, base_path('themes/linus'))); $this->addJs(CombineAssets::combine($scripts, base_path('themes/linus'))); } ?> == {% partial 'site/head' %} {% partial 'site/header' %} {% set service = service.record %}

{{service.name}}

{{service.content|raw}}
{% for img in service.serv_images %}
{% endfor %}


RELATED PROJECTS

{% for rel in service.projects %} {% if loop.index <= 2 %} {% endif %} {% endfor %}

Have a project that needs our help? message us.

{% component 'Contact' srcSubject = service.name %}
{% partial 'site/footer' %}