@extends('layouts.front-layout') @section('title') Services @endsection @section('content') {{$pageData['Services']['services_top_banner_title']}} {{$pageData['Services']['services_top_banner_title']}} @forelse($get_services as $index => $service) {{$service->heading ? : ''}} {!! $service->description ? : '' !!} US Tournament Schedule @empty Services Data Not Found @endforelse @endsection