@extends('front.include.app') @section('content')

{{ $servicesCmsContent['services_heading'] ?? 'Default Services Heading' }}

@foreach ($Services as $services)
0{{ $loop->iteration }}

{{ $services->heading }}

{{ $services->paragraph }}

button_link }} class="themeBtn">{{ $services->button_text }}
@endforeach
@endsection