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

{{ optional($serviceCMS)->banner_title ?? 'Services' }}

{{ $serviceCMS->services_subhead ?? 'our services' }}

{{ $serviceCMS->services_heading ?? 'How We Support Your Journey' }}

@foreach ($services as $key => $s)

{{ $s->title }}

{{ $s->full_description }}

Join Now
@endforeach

{{ optional($homeContent)->subscription_subhead ?? 'subscription' }}

{{ optional($homeContent)->subscription_heading ?? 'Affordable Plans' }}

@foreach(optional($homeContent)->plans ?? [] as $plan)
@endforeach
@endsection