@if ($property->features->isNotEmpty())
{{ __('Amenities and features') }}
@foreach ($property->features as $feature)
-
@if ($feature->icon)
{!! BaseHelper::renderIcon($feature->icon) !!}
@else
{!! BaseHelper::renderIcon('ti ti-square-dot') !!}
@endif
{{ $feature->name }}
@endforeach
@endif