@extends('app_admin') @section('title', 'Community Docs') @section('content')

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
@include('client.pages.community-docs.partials.create-category') @include('client.pages.community-docs.partials.create-folder') @include('client.pages.community-docs.partials.delete-path') @endsection @section('script') @endsection