@if($service->hero_media_type === 'video') @else {{ $service->name }} @endif

Services

{{ $service->name }}

@if($service->short_description)

{{ $service->short_description }}

@endif
{!! $service->description !!}

What we do

    @foreach(json_decode($service->points ?? '[]') as $point)
  • {{ $point }}
  • @endforeach