Our Services

@if ($services->isEmpty())
No data available
@else @php $count = 0; @endphp @foreach ($services as $key => $service)
{{-- --}}
{{ Str::of($service->title ?? '')->words(4) }}

{!! Str::of($service->description ?? '')->words(10) !!}

Read More @php $count++; @endphp
{{ $count }}
@endforeach @endif