@extends('front.layout.app') @section('title', 'Services') @section('content') {{ $service->content['banner_heading'] ?? '' }} {{ $service->content['banner_description'] ?? '' }} {{ $service->content['banner_btn1'] ?? '' }} {{ $service->content['banner_btn2'] ?? '' }} Home Services @forelse ($services as $index => $itemData) {{ $itemData->heading }} {{ $itemData->description }} Get Started @empty @endforelse @include('front.include.stories') @endsection
{{ $service->content['banner_description'] ?? '' }}
{{ $itemData->description }}