@extends('frontend.layouts.app') @section('content')

{{ $service->getTranslation('title') }}

{{ $service->getTranslation('title') }}

pro-service-license-bg @if($service->sub_title)

{{ $service->getTranslation('sub_title') }}

@endif

{!! $service->getTranslation('description') !!}


{!! $service->getTranslation('short_description') !!}

@include('frontend.inc.get_in_touch')

{{translate("What you're waiting for?")}}

{{translate('Call us now')}}: +971-451-77-337

{{translate('Explore Our Other Services')}}

@if($services_cards->isNotEmpty()) @foreach ($services_cards as $service_card) @endforeach @endif
@endsection