{{ __('Floor plans') }}
@foreach ($property->formatted_floor_plans as $floorPlan)

{{ $floorPlan['name'] }}: @if ($floorPlan['bedrooms']) {{ $floorPlan['bedrooms'] }} - @endif @if ($floorPlan['bathrooms']) {{ $floorPlan['bathrooms'] }}@endif

@if ($floorPlan['description'])
{!! BaseHelper::clean($floorPlan['description']) !!}
@endif @if ($floorPlan['image'])
{{ RvMedia::image($floorPlan['image'], $floorPlan['name']) }}
@endif @endforeach