@extends('frontend.layouts.master') @section('styles') @parent {!! RecaptchaV3::initJs() !!} @stop @section('content') @include('frontend.layouts.social')

{{$projectData->getData('project_title')}}

@if(!empty($projectData->getData('project_sub_title')))
{{$projectData->getData('project_sub_title')}}
@endif
@if(!empty($projectData->getData('project_logo')))
{{$projectData->getData('project_title')}}
@endif
{!!$projectData->getData('project_about')!!}

{{lang('location')}}

@if(!empty($projectData->nearby) && $projectData->nearby->isNotEmpty())

{{lang('get_closer_to')}}

{{lang('the_citys_attractions_at_your_doorstep')}}
@foreach($projectData->nearby as $nearby)
{{$nearby->getData('nt_distance')}} {{$nearby->getData('nt_distance_unit')}}
{{$nearby->getData('nt_title')}}
@endforeach
@endif
@if($projectData->brochureAvailable())

{{lang('project_material')}}

@if(!empty($projectData->getData('project_brochure')))
{{lang('brochure')}}
@elseif(!empty($projectData->getData('project_brochure_url')))
{{lang('brochure')}}
@endif @if(!empty($projectData->getData('project_factsheet')))
{{lang('factsheet')}}
@elseif(!empty($projectData->getData('project_factsheet_url')))
{{lang('factsheet')}}
@endif @if(!empty($projectData->getData('project_unit_type')))
{{lang('unit_type_sheet')}}
@elseif(!empty($projectData->getData('project_unit_type_url')))
{{lang('unit_type_sheet')}}
@endif @if(!empty($projectData->getData('project_trifold')))
{{lang('trifold')}}
@elseif(!empty($projectData->getData('project_trifold_url')))
{{lang('trifold')}}
@endif @if(!empty($projectData->getData('project_floor_plane')))
{{lang('floor_plane')}}
@elseif(!empty($projectData->getData('project_floor_plane_url')))
{{lang('floor_plane')}}
@endif @if(!empty($projectData->getData('project_master_plan')))
{{lang('master_plane')}}
@elseif(!empty($projectData->getData('project_master_plan_url')))
{{lang('master_plane')}}
@endif @if(!empty($projectData->getData('project_master_vrtour')))
{{lang('master_vrtour')}}
@elseif(!empty($projectData->getData('project_master_vrtour_url')))
{{lang('master_vrtour')}}
@endif
@endif
@if(!empty($projectData->exteriorGallery) && $projectData->exteriorGallery->isNotEmpty())
@foreach($projectData->exteriorGallery as $gallery) @endforeach

{{lang('exterior')}}

@endif
{!!$projectData->getData('project_exterior')!!}
@if(!empty($projectData->interiorGallery) && $projectData->interiorGallery->isNotEmpty())
@foreach($projectData->interiorGallery as $gallery) @endforeach

{{lang('interior')}}

@endif
{!!$projectData->getData('project_interior')!!}
@include('frontend.partials.marquee')
@if(!empty($projectData->projectAmenities) && $projectData->projectAmenities->isNotEmpty())

{{lang('amenities')}}

@foreach($projectData->projectAmenities as $amenity)
{{$amenity->getData('post_title')}}
@endforeach
@endif
@if(!empty($projectData->RoomType) && $projectData->RoomType->isNotEmpty() )

{{lang('unit_types')}}

@endif @if(!empty($projectData->virtualTour) && $projectData->virtualTour->isNotEmpty())

{{lang('virtual_tour')}}

@foreach($projectData->virtualTour as $key=>$tour)
@endforeach
@foreach($projectData->virtualTour as $key=>$tour) @endforeach
{{lang('discover_our_virtual_tours')}}
@endif
@if(!empty(!empty($projectData->getData('project_video'))))

{{lang('project_video')}}

@endif @if(!empty($projectData->constructionUpdates) && $projectData->constructionUpdates->isNotEmpty())

{{lang('construction_update')}}

@if(!empty($prUpdates->media)) @foreach($prUpdates->media as $gallery) @if($gallery->getData('pm_media_type')=="image") @else @endif @endforeach @endif
@endif
{{--

{{lang('ready_for_a_new_living')}}{{lang('project_title_experience')}}{{lang('question_symbol')}}

{{lang('register_your_interest_now_for_more_information')}}

--}}

{{lang('ready_for_a_new_living')}} {{lang('project_title_experience')}}{{lang('question_symbol')}}

{{lang('register_your_interest_now_for_more_information')}}

{{Form::open(array('url'=>route('project-inquiry',[$lang]),'name'=>'project-inquiry','id'=>'project-inquiry','role'=>'form','autocomplete'=>'off') )}}
{{lang('maximum_250_words')}}
{!! RecaptchaV3::field('projectInquiry') !!}
{{Form::close()}}

{{lang('or_you_can_write_us_to')}} info@reportageuae.com

@stop @section('scripts') @parent @include('frontend.scripts.uploader_script') @include('frontend.partials.jquery_custom_validators') @include('frontend.scripts.datepicker') @stop