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

{{session('success')}}

@endif

@lang('site.evaluate_quote')

@lang('site.Download Valuation Fees List')

@lang('site.evaluate_quote2')

@csrf
@if ($errors->evaluate->has('owner_name')) {{ $errors->evaluate->first('owner_name') }} @endif
@if ($errors->evaluate->has('phone')) {{ $errors->evaluate->first('phone') }} @endif
@if ($errors->evaluate->has('email')) {{ $errors->evaluate->first('email') }} @endif
@if ($errors->evaluate->has('property_name')) {{ $errors->evaluate->first('property_name') }} @endif
@if ($errors->evaluate->has('property_location')) {{ $errors->evaluate->first('property_location') }} @endif
@if ($errors->evaluate->has('your_inquiry')) {{ $errors->evaluate->first('your_inquiry') }} @endif
@if ($errors->evaluate->has('terms')) {{ $errors->evaluate->first('terms') }} @endif

@lang('site.useful_blogs')

@foreach ($blogs as $blog)
{{ $blog->image->full_url }} {{ $blog->comments()->count() }} @lang('site.Comments')
@if (app()->getLocale() == 'ar') {{ \Carbon\Carbon::createFromDate($blog->updated_at)->translatedFormat('M d ' . __('site.at') . ' h:i A') }} @else {{ \Carbon\Carbon::createFromDate($blog->updated_at)->translatedFormat('M d \a\t h:i A') }} @endif
@php $agent = App\User::find($blog->user_id); @endphp

@lang('site.Posted By'): {{-- {{$agent->username}} --}} RE/MAX ALMOHAGER

@lang('site.Read more')
@endforeach
{{--
@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