@php Theme::set('pageTitle', $service->name); Theme::set('headerStyle', theme_option('header_style', 'style-3')); Theme::set('headerTopStyle',theme_option('header_top_sidebar_style', 'style-2')); $serviceSidebarContent = dynamic_sidebar('service_detail_sidebar'); @endphp
$serviceSidebarContent])>
$serviceSidebarContent])> @if($serviceSidebarContent)
@endif
@if (theme_option('show_service_image_at_the_top_of_service_page', 'yes') == 'yes' && $image = $service->image)
{{ RvMedia::image($image, $service->name) }}
@endif
@if ($description = $service->description)

{{ $service->description }}

@endif
{!! BaseHelper::clean($service->content) !!}
{!! apply_filters(BASE_FILTER_PUBLIC_COMMENT_AREA, null, $service) !!}
{!! dynamic_sidebar('service_detail_bottom_sidebar') !!}