@php $serviceContent = @getContent('service.content', true); $categories = App\Models\ServiceCategory::active()->get(); @endphp

{{ __(@$serviceContent->data_values->heading) }}

{{ __(@$serviceContent->data_values->subheading) }}

@foreach ($categories as $category)
{{ __($category->name) }}

{{ strLimit(__($category->short_description), 150) }}

@endforeach
@push('style') @endpush