@extends('frontend.layouts.app') @section('content')
{{--
--}}
@php if(Session::has('locale')){ $locale = Session::get('locale', Config::get('app.locale')); } else{ $locale = env('DEFAULT_LANGUAGE'); } @endphp {{-- @if($locale == 'sa') --}} {{--
تخليص
للخدمات الحكومية
تأسست شركة تخليص للخدمات الحكومية عام 2006، وهي تقدم جميع خدمات المعاملات الحكومية الذكية في دبي. نحن موجودون لتحقيق تجارب لعملائنا حيث تجتمع الثقة والالتزام والتميز معًا في بيئة مريحة؛ مع احترافية موظفينا والثقافة الداعمة والتعامل الراقي
تخليص
للخدمات الحكومية
ونسعى دائمًا لتحقيق التميز في الخدمات التي نقدمها. نحن معتمدون من قبل مجموعة من القطاعات والهيئات الحكومية، وشريكنا الرئيسي هو دائرة الأراضي والأملاك في دبي، ومن خلال أفضل الممارسات والمعايير الآمنة والمنظمة لدينا، نقدم التحسينات التي تعمل على رضا و سعادة العملاء من خلال تعزيز جودة الخدمات الحكومية.
--}}
{{ page_content('home_sec_one_title_one', null, $lang)}}
{{ page_content('home_sec_one_sub_title_one', null, $lang)}}
{!! page_content('home_sec_one_desc_one', null, $lang) !!}
{{ page_content('home_sec_one_title_tow', null, $lang)}}
{{ page_content('home_sec_one_sub_title_tow', null, $lang)}}
{!! page_content('home_sec_one_desc_tow', null, $lang) !!}
{{-- @else
Takhlees
Government Services
Founded in 2006, Takhlees Government Services provides all Dubai smart government transactions services. We exist to realize experiences for our clients where trustworthiness, purpose and passion come together in a comfortable environment; with the professionals, supportive and friendly culture we have created, always striving for excellence in the services we provide
Takhlees
Government Services
We are certified by a group of governmental sector and authorities, our main partner is Dubai Land Department, with our highly secure and regulated best practice and standards, we deliver optimizations that improve customer happiness through enhancing the quality of government services.
@endif --}}
banner-bg
{!! page_content('home_sec_tow_sub_title', null, $lang) !!}

{{ page_content('home_sec_tow_title', null, $lang) }}

{!! page_content('home_sec_tow_desc', null, $lang) !!}
{{ page_content('home_sec_tow_count_value_one', null, $lang) }}k

{{ page_content('home_sec_tow_count_label_one', null, $lang) }}

{{ page_content('home_sec_tow_count_value_tow', null, $lang) }}+

{{ page_content('home_sec_tow_count_label_tow', null, $lang) }}

{{ page_content('home_sec_three_title', null, $lang) }}

{{ page_content('home_sec_four_title', null, $lang) }}

{{ page_content('home_sec_four_sub_title', null, $lang) }}

@php $tab_services = \App\Models\Service::where('home_page_tab', 1)->where('status', 1)->orderBy('updated_at', 'DESC')->limit(6)->get(); @endphp @if($tab_services->isNotEmpty()) @foreach ($tab_services as $key => $service) ldd-logo

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

@endforeach @endif
    @if($services->where('home_page_tab', 1)->get()->isNotEmpty()) @foreach ($services->where('home_page_tab', 1)->get() as $key_data => $service_data)
  • ldd-logo

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

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

      {!! $service_data->getTranslation('description') !!}
  • @endforeach @endif
{{-- --}}
chaireman-bg
{!! page_content('home_sec_six_sub_title', null, $lang) !!}

{{ page_content('home_sec_six_title', null, $lang) }}

@if ($services->where('home_page_card', 1)->get()->isNotEmpty()) @foreach ($services->where('home_page_card', 1)->limit(6)->get() as $service_key => $service) @endforeach @endif
{{-- --}}
inquiry-formsec-bg

{{ page_content('home_sec_seven_sub_title', null, $lang) }}

{{ page_content('home_sec_seven_title', null, $lang) }}

@csrf
appointment-strap-left-bg appointment-strap-right-bg

{{ page_content('home_sec_eight_title', null, $lang) }}

{{ page_content('home_sec_eight_sub_title') }}

{{ translate('Our Google Reviews')}}

{{-- For Google widget --}}
{{----}}
{!! page_content('home_sec_nine_sub_title', null, $lang) !!}

{{page_content('home_sec_nine_title', null, $lang)}}

{{translate('Newsletter Subscribe')}}

@endsection @section('script') @endsection