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

Missoni Baia Concierge

By Luxury Concierge Network

@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