@extends('layout.main') @section('main-section')
{!! $data->description !!}
{{ $data->title }} {{ $data->title }}

Our Services

@foreach($serviceData as $serviceRow)
img

{{ $serviceRow->name }}

{{ $serviceRow->description }}

@endforeach
@endsection