@extends('layout.main') @push('title') Our Services - {{$data->title}} @endpush @section('main-section')

Our Services

Our Services

{{--

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.

--}}
@foreach ($serviceData as $serviceRow)
{{$serviceRow->name}}
{{$serviceRow->name}}

{{ strip_tags(substr($serviceRow->description,0,250)) }}

See All
@endforeach
@endsection