@extends('inner_layout') @section('title') {{ $seo_setting->seo_title }} @endsection @section('frontend_content')

{{ $service?->title }}

{{ $service?->short_description }}

{!! clean($service?->description) !!}
@include('theme.svg.category')

{{ __('Popular Services') }}


@foreach ($popular_services as $popular_service)

{{ $popular_service->title }}

@endforeach
@include('theme.svg.consultation')

{{ __('Get Consultation') }}


@csrf
@if($general_setting->recaptcha_status == 1)
@endif

{{ getTranslatedValue($blog_adds, 'title') }}

{{ getTranslatedValue($blog_adds, 'phone_number') }}

{{ __('Related Services') }}

@endsection @push('script_section') @endpush