@extends('front.layout.app') @section('title', 'Off-Road Vehicle Rescue Service | Mobile Tire Repair Service Yuma') @section('meta') @endsection @section('content')
jump start car service

{{ $service->content['banner_heading'] ?? '' }}

{{ $service->content['banner_description'] ?? '' }}

@forelse ($services as $index => $itemData)
{{ $itemData->img_alt ?? '' }}

{{ $itemData->heading }}

{!! $itemData->description !!}

@empty @endforelse
@include('front.include.stories') @endsection