@if(Auth::check())
@include('client.partials.header')
@include('client.partials.sidebar')
@if($property->live_chat)
@include('client.partials.chat')
@endif
@endif
@if(Auth::check())
@yield('content')
@include('client.partials.footer')
@else
@yield('content')
@endif
@include('assets.script')
@yield('script')
@if(Auth::check())
@endif
@if($property->live_chat)
@endif
@if(env('APP_ENV') == 'production')
@include('assets.hotjar')