@php $section = get_services_section(); @endphp @if ($section)

{{ $section->heading }}

{{ $section->sub_heading_1 }}

    @if (count($section->services)) @foreach ($section->services as $item)
  • {{ $item->name }}
  • @endforeach @endif
@endif