@extends('site.layouts.master') @section('seoTags') @seoTags() @endsection @php $seoRow = App\SeoPages::where('path', url()->current())->first(); @endphp @section('metatags') @if (!empty($seoRow)) @endif @endsection @if (empty($seoRow->title)) @section('title') @lang('site.Exclusive') @endsection @endif @section('content')

@lang('site.ADVANTAGES OF EXCLUSIVE CONTRACTING WITH RE/MAX ALMOHAGER')

@lang('site.exclusive_quote')

 logo

@lang('site.RE/MAX ALMOHAGER Exclusive Package')

@lang('site.Subscribe')

@lang('site.Properties_for_Exclusive')

{{ $properties->total() }} @lang('site.properties')

@lang('site.Properties_for_Exclusive')

{{ $properties->total() }} @lang('site.properties')

@foreach ($properties as $property) @php $property->property_for == 'Rent' ? ($price = $property->options->per_month) : ($price = $property->options->sale_price); $property->property_for == 'Rent' ? ($currency = $property->options->rent_currency) : ($currency = $property->options->sale_currency); $mon = ''; if ($property->property_for == 'Rent') { $mon = '/month'; } if ($property->property_for == 'Rent') { $property_for = 'Rent'; } else { $property_for = 'Sale'; } @endphp @include('site.template.property-index-horizontal', [ 'property' => $property, 'agent' => $property->request_owner->agent, ]) @endforeach
 logo

@lang('site.RE/MAX ALMOHAGER Exclusive Package')

@lang('site.Subscribe')
@if ($seoRow != null) @php if (LaravelLocalization::getCurrentLocale() == 'ar') { $content = $seoRow->content_ar; } else { $content = $seoRow->content; } @endphp @if (isset($content)) {{-- --}} @endif @endif
@endsection @section('script') @include('site.layouts.js.applySort') @endsection