@if ($features->isNotEmpty())

What We Do?

The service we offer is specifically designed to meet your needs.

@foreach ($features as $feature)

{!! $feature->title !!}

{!! $feature->subtitle !!}

{!! $feature->description !!}

@endforeach
@endif