@extends('front.layout.app') @section('title', 'Off-Road Vehicle Rescue Service | Mobile Tire Repair Service Yuma') @section('meta') @endsection @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 !!} Emergency support 24/7 @empty @endforelse @include('front.include.stories') @endsection
{{ $service->content['banner_description'] ?? '' }}
{!! $itemData->description !!}