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
Upcoming Events
@if ($events->count())
-
@foreach ($events as $event)
-
{{ $event->title }} {{ $event->location }}
{{ date('d', strtotime($event->start_date)) }}
{{ date('M', strtotime($event->start_date)) }}
@endforeach
Lifestyle News
@if ($lifestyle_news->count()) View All @endif
@if ($lifestyle_news->count())
@foreach ($lifestyle_news as $articleInfo)
{{-- {{dd($articleInfo->parent)}} --}}
@if ($i == 0)
@else
@endif
@endforeach
@else
{!! $empty !!}
@endif
Directories
@if ($directories->count()) View All @endif
@if ($directories->count())
@foreach ($directories as $directory)
@if ($i == 0)
@else
@endif
@endforeach
@else
{!! $empty !!}
@endif