@if ($property->is_featured == 'enable')
{{__('user.Featured Property')}}
@else
@if ($featured_property == 'enable')
{{__('user.Featured Property')}}
@endif
@endif
@if ($property->is_top == 'enable')
{{__('user.Top Property')}}
@else
@if ($top_property == 'enable')
{{__('user.Top Property')}}
@endif
@endif