@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('Why Commercial') }}
{!! $breadcrumbSchema !!}
1- @lang('site.Local_Relationships_Experience')
@lang('site.Local_Relationships_Experience_content')
2- @lang('site.Consultants_that_your_team_can_trust')
@lang('site.Consultants_that_your_team_can_trust_content')
3- @lang('site.Commercial_Real_Estate_Experts_in_Egypt')
@lang('site.Commercial_Real_Estate_Experts_in_Egypt_content')
@endsection