@extends('front.layout.app') @section('content')
SERVICE DETAIL

{{ $serviceObj->title }}

{{ $serviceObj->featured_image_alt }}

{{ $serviceObj->title }}

{!! adjustUrl($serviceObj->description) !!}
@if(count($relatedServices) > 0) @endif
@endsection @section('beforeHeadClose') @endsection @section('beforeBodyClose') @endsection