@if(!$property->gallery->isEmpty())
@include('pages.properties.slider')
@else
@if(Storage::disk('public')->exists('property/'.$property->image) && $property->image)
}})
@else
 }})
@endif
@endif
{!! $property->description !!}
@if($property->features)
@endif
@if(!empty($property->floor_plan))
Floor Plan
@if(Storage::disk('public')->exists('property/'.$property->floor_plan) && $property->floor_plan)
}})
@endif
@endif
@if($videoembed)
@endif
@if(!empty($property->nearby))
Near By
{!! $property->nearby !!}
@endif
{{ $property->comments_count }} Comments
@auth
@endauth
@foreach($property->comments as $comment)
@if($comment->approved == 1 || (Auth::check() && $comment->users->id == auth()->user()->id))
@if($comment->parent_id == NULL)
@endif
@endif
@foreach($comment->children as $commentchildren)
@if($commentchildren->approved == 1 || (Auth::check() && $commentchildren->users->id == auth()->user()->id))
@endif
@endforeach
@endforeach
@auth
@endauth
@guest
@endguest
Leave a comment