@extends('layouts.default') @section('title', 'Services') @section('content') @if ($servicesPage->hero_status)
@if ($servicesPage->hero_subtitle) {{ $servicesPage->hero_subtitle }} @endif @if ($servicesPage->hero_title)

{{ $servicesPage->hero_title }}

@endif
@endif @if ($welcomePage->services_status)
@if ($welcomePage->services_title) {{ $welcomePage->services_title }} @endif @if ($welcomePage->services_subtitle)

{{ $welcomePage->services_subtitle }}

@endif
@if (count($services) > 0) @foreach ($services as $service)
3) style="margin-bottom: 60px" @endif>

{{ $service->name }}

{{ $service->caption }}

@endforeach @endif
@endif @if ($welcomePage->contact_status)
@if ($welcomePage->contact_subtitle) {{ $welcomePage->contact_subtitle }} @endif @if ($welcomePage->contact_title)

{{ $welcomePage->contact_title }}

@endif
@if ($welcomePage->contact_action_name and $welcomePage->contact_action_link) {{ $welcomePage->contact_action_name }} @endif
@endif @endsection