{{ $service?->title }}
{{ $service?->short_description }}
{!! clean($service?->description) !!}
@include('theme.svg.category')
{{ __('Popular Services') }}
@foreach ($popular_services as $popular_service)
@endforeach
{{ $popular_service->title }}
@include('theme.svg.consultation')
{{ __('Get Consultation') }}
{{ getTranslatedValue($blog_adds, 'title') }}
{{ getTranslatedValue($blog_adds, 'phone_number') }}
{{ __('Related Services') }}
@foreach ($showServices as $service)
@endforeach