@extends('app_client') @section('title', 'Home | ' . $property->name) @section('content')
@if ($property->slug !== 'fivepark') @if ($property->slug === 'missonibaia')

Missoni Baia Concierge

@elseif($property->slug !== 'paraisobay' && $property->slug !== 'rcrmb')

Welcome

@endif

@if ($property->slug == 'lcn') {{ 'LCN Concierge Assistant Gateway' }} @elseif($property->slug == 'apogee') {{ $property->name . ' Concierge' }} @elseif($property->slug == 'aria') {{ $property->name }} @elseif($property->slug == 'collectionsuites') {{ $property->name }} @elseif($property->slug == 'oneocean') One Ocean Concierge @elseif($property->slug == 'paramountmiami') Paramount Lifestyle @elseif($property->slug == 'gagb') Grove at Grand Bay Concierge @elseif($property->slug == 'fontainebleauowners') Fontainebleau Owner Services Concierges @elseif($property->slug == 'paraisobay') Paraiso Bay Master Concierge @elseif($property->slug == 'pinnacle') Pinnacle Concierge @elseif($property->slug == 'tdrtowerlll') TDR Tower III Concierge @elseif($property->slug == 'trumphollywood') Trump Hollywood Concierge @elseif($property->slug == 'fendichateau') Fendi Chateau Concierge @elseif($property->slug == 'ficlub') {{ 'Fisher Island Club Concierge' }} @elseif($property->slug == 'muranoatportofino') {{ 'Murano At Portofino Concierge' }} @elseif($property->slug == 'missonibaia') {{ 'By Luxury Concierge Network' }} @elseif($property->slug == 'rcrmb') THE RITZ-CARLTON RESIDENCES MIAMI BEACH
VIRTUAL CONCIERGE @else {{ $property->name . ' Concierge' . ($property->id != 2 && $property->id != 7 ? ' Gateway' : '') }} @endif

@if ($property->slug == 'ficlub' || $property->slug == 'muranoatportofino' || $property->slug == 'rcrmb')
by Luxury Concierge Network
@endif @endif
@if ($property->concierge_platform)

@if ($property->slug == 'lcn') {{ 'Concierge Perks' }} @elseif($property->slug == 'loulavie' || $property->slug == 'ficlub' || $property->slug == 'lifestyle') {{ 'Member Perks' }} @else {{ 'Resident Perks' }} @endif

@else

@if ($property->slug == 'loulavie') {{ $property->name . ' News' }} @elseif($property->slug == 'lcn') Concierge News @elseif($property->slug == 'paramountmiami') Paramount News @else Community News @endif

@if ($community_news->count())
    @foreach ($community_news as $article)
  • {{ date('m/d/y', strtotime($article->parent->created_at)) }} {{ $article->parent->title }}

    {{ read_more(strip_tags($article->content), 60) }}

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

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()) Read All @endif
@if ($lifestyle_news->count()) @foreach ($lifestyle_news as $article) @if ($i == 0)
{{ $article->parent->title }}

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

@else @endif @endforeach @else
{!! $empty !!}
@endif
@if ($property->concierge_platform)

@if ($property->slug == 'loulavie') {{ $property->name . ' News' }} @elseif($property->slug == 'lcn') {{ 'Concierge News' }} @else {{ 'Community News' }} @endif

@if ($community_news->count())
    @foreach ($community_news as $article)
  • {{ date('m/d/y', strtotime($article->parent->created_at)) }} {{ $article->parent->title }}

    {{ read_more(strip_tags($article->content), 60) }}

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

@if ($property->slug == 'lcn') {{ 'Concierge Perks' }} @elseif($property->slug == 'loulavie' || $property->slug == 'ficlub' || $property->slug == 'lifestyle') {{ 'Member Perks' }} @else {{ 'Resident Perks' }} @endif

@endif
@include('client.partials.modal.perk') @endsection @section('script') @endsection