@extends('frontend.layouts.app') @section('content') {{ $service->getTranslation('title') }} {{translate('Home')}} {{translate('Services')}} {{ $service->getTranslation('title') }} {{ $service->getTranslation('title') }} @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) {{ $service_card->getTranslation('title') }} @endforeach @endif @endsection
{{ $service->getTranslation('title') }}
{!! $service->getTranslation('description') !!}
{!! $service->getTranslation('short_description') !!}
{{translate("What you're waiting for?")}}
{{translate('Call us now')}}: +971-451-77-337
{{translate('Explore Our Other Services')}}
{{ $service_card->getTranslation('title') }}