@extends('website.layout.app') @section('content')

Our Services

We are committed to supporting your business success through a wide range of professional services. Experience seamless office operations by exploring our services

@php $i = 0; @endphp @foreach($service as $key => $services) @php $i++; @endphp @if ($i % 2 == 0 )

{{json_decode($services->attributes)->service_name}}

{!! $services->service_content !!}

    @foreach(json_decode($services->attributes)->service_features as $service)
  • {!! htmlspecialchars_decode(html_entity_decode($service)) !!}
  • @endforeach
@else

{{json_decode($services->attributes)->service_name}}

{!! $services->service_content !!}

    @foreach(json_decode($services->attributes)->service_features as $service)
  • {!! htmlspecialchars_decode(html_entity_decode($service)) !!}
  • @endforeach
@endif @endforeach
@endsection