@extends('site.layouts.master') @section('title') {{ __('site.Remax_Elmohager_Commercial_Services') }} @endsection @php $seo = SEO\Models\Page::where('path',URL::full())->first(); @endphp @section('metatags') @if(!empty($seo)) @endif @endsection @section('content')
{{ Breadcrumbs::render('Commercial') }}
{!! $breadcrumbSchema !!}

@lang('site.Best_In_Class_Service_For_All_Your_Commercial_Real_Estate_Needs')

@lang('site.commercial_services_top')

commercial-services1

@lang('site.Investment_Sales')

@lang('site.Investment_Sales_Content')

commercial-services1

@lang("site.Owner's_Services")

@lang("site.Owner's_Services_Content")

commercial-services1

@lang('site.Strategies_Consulting')

@lang('site.Strategies_Consulting_Content')

commercial-services1

@lang('site.Residential_Property_Owner_Services')

@lang('site.Residential_Property_Owner_Services_content')

commercial-services1

@lang('site.Commercial_Brokerage')

@lang('site.Commercial_Brokerage_Content')

commercial-services1

@lang('site.Land_Development_Consulting')

@lang('site.Land_Development_Consulting_Content')

commercial-services1

@lang('site.Leasing_Services')

@lang('site.Leasing_Services_Content')

commercial-services1

@lang('site.Office_space_to_support_your_growth')

@lang('site.Office_space_to_support_your_growth_content')

commercial-services1

@lang('site.Provision_of_shops')

@lang('site.Provision_of_shops_content')

commercial-services1

@lang('site.Industrial_properties_of_all_kinds')

@lang('site.Industrial_properties_of_all_kinds_content')

commercial-services1

@lang('site.Investment_opportunities_for_residential_property_for_leasing')

@lang('site.Investment_opportunities_for_residential_property_for_leasing_content')

commercial-services1

@lang('site.Acquisition_of_land_in_all_shapes_and_sizes')

@lang('site.Acquisition_of_land_in_all_shapes_and_sizes_content')

@lang('hr.Send Us Your Request')

@if (count($errors) > 0) @endif
@csrf @if (session()->get('success') != null) @endif
@error('name')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
{{--
@if (!empty($gov_IDS[0]))

@lang('site.Search For') @lang('site.Property') @lang('site.By Governorates')

@foreach ($gov_IDS as $link) @endforeach
@endif @if (!empty($city_IDS[0]))

@lang('site.Search For') @lang('site.Property') @lang('site.By Cities')

@foreach ($city_IDS as $link) @endforeach
@endif @if (!empty($district_IDS[0]))

@lang('site.Search For') @lang('site.Property') @lang('site.By Districts')

@foreach ($district_IDS as $link) @endforeach
@endif @if (!empty($compound_IDS[0]))

@lang('site.Search For') @lang('site.Property') @lang('site.By Compounds')

@foreach ($compound_IDS as $link) @endforeach
@endif
--}}
@endsection @section('script') @endsection