@extends('front.layout.app') @section('content') @php $settingArr = settingArr(); @endphp
@php echo adjustUrl($servicepage ->content) @endphp
@if(count($allServices) > 0) @foreach($allServices as $serviceObj)
{{ $serviceObj->featured_image_alt }}
{{ str_pad($loop->iteration, 2, '0', STR_PAD_LEFT) }}

{{ $serviceObj->title }}

{{ Str::limit($serviceObj->excerpt, 100, '...') }}

@endforeach @else

No Record Found

@endif

Contact us for more information or to arrange a pickup.

@endsection