@extends('site.layouts.master') @section('seoTags') @seoTags() @endsection @section('title') @lang('site.Premier') @endsection @php $seo = SEO\Models\Page::where('path',URL::full())->first(); @endphp @section('metatags') @if(!empty($seo)) @endif @endsection @section('content')

@lang('site.primeHead')

@lang('site.primeHeadContent')

@lang('site.Elite-Agents')

@lang('site.Elite-Agents-contant')

@foreach ($agents as $agent)
{{ $agent->username }}

{{ $agent->username }}

{{ $agent->profile->title ?? __('site.agent') }}

@lang('site.lastyear'):

{{ $agent->profile->total_deals ?? rand(10, 30) }}

@lang('site.deals')

£{{ $agent->profile->deals_volume ?? rand(100, 120) }}M

@lang('site.salesvolume')

£{{ $agent->profile->hightest_deal ?? rand(10, 20) }}M

@lang('site.Avg-price')

@lang('site.textorcall'):

@endforeach
@foreach ($sold as $solo)
{{ __('site.sold') . ' ' . date('d/m/Y', strtotime($solo->sold_date)) }}
Department

@lang('site.soldhomes')

@if ($solo->request_owner) agent pic @endif

{{ $solo->location->compound->name }} @if ($solo->location->compound->name) , @endif {{ $solo->location->city->name ?? $solo->location->governorate->name }}

{{ $solo->site_price }} {{ $solo->site_currency }}

@endforeach

@lang('site.readytosell')

@lang('site.readytosellcontent')

3d 3d 3d

@lang('site.maxsale')

@lang('site.maxsalecontent')

@lang('site.stuntext')

@lang('site.3dtext')

@lang('site.scheduleconsultation')

@csrf
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('location')
{{ $message }}
@enderror
@endsection @section('script') @endsection