@extends('layouts.public') @section('title') {{trans('seo.title.property', ['object' => $object->title, 'floor' => $floor->title, 'property' => $property->title])}} @endsection @section('content')
@if($property->image) @endif @if($property->documents->count()) @endif
@endsection @section('styles') @endsection @section('scripts') @endsection