Welcome
@if ($property->slug !== 'fivepark')
@if ($property->slug == 'lcn')
{{ 'LCN Concierge Assistant Gateway' }}
@elseif($property->slug == 'apogee')
{{ $property->name . ' Concierge' }}
@elseif($property->slug == 'ficlub')
{{ 'Fisher Island Club Concierge' }}
@elseif($property->slug == 'muranoatportofino')
{{ 'Murano At Portofino Concierge' }}
@else
{{ $property->name . ' Concierge' . ($property->id != 2 && $property->id != 7 ? ' Gateway' : '') }}
@endif
@if ($property->slug == 'ficlub')
by Luxury Concierge Network
@endif
@endif