@extends('app_client') @section('title', 'Home | '.$property->name) @section('content')

THE ULTIMATE LIFESTYLE EXPERIENCE
by Luxury Concierge Network

Concierge Recommendations

@if($concierge_recommendations->count())
    @foreach($concierge_recommendations as $recommendation_info)
  • {{ $recommendation_info->parent->title }}

    {{ strlen($recommendation_info->subtitle) < 100 ? $recommendation_info->subtitle : substr($recommendation_info->subtitle, 0, 100).' ...' }}

    More info
  • @endforeach
@else {!! $empty !!} @endif

Upcoming Events

Lifestyle News

@if($lifestyle_news->count()) View All @endif
@if($lifestyle_news->count()) @foreach($lifestyle_news as $articleInfo) {{-- {{dd($articleInfo->parent)}} --}} @if($i == 0)
{{ $articleInfo->parent->title }}

{{ read_more(strip_tags($articleInfo->content), 100) }}

@else @endif @endforeach @else
{!! $empty !!}
@endif

Directories

@if($directories->count()) View All @endif
@if($directories->count()) @foreach($directories as $directory) @if($i == 0)
{{ $directory->name }}

{{ read_more(strip_tags($directory->description), 100) }}

@else @endif @endforeach @else
{!! $empty !!}
@endif
@include('client.partials.modal.perk') @endsection @section('script') @endsection