@if ($type_for != 'Sale')
@endif @if ($type_for != 'Rent')
@endif
@if ($type_for === 'Sale')

{{ __('site.Quality options expand the property presentation style:') }}

get('is_auction') == 1 ? 'checked' : '' }}>
get('is_exchange') == 1 ? 'checked' : '' }}>
get('is_income_property') == 1 ? 'checked' : '' }}>
get('is_participation') == 1 ? 'checked' : '' }}>
get('is_serviced_property') == 1 ? 'checked' : '' }}>
get('is_mortage') == 1 ? 'checked' : '' }}>
get('is_foreclosure') == 1 ? 'checked' : '' }}>
get('is_exclusive') == 1 ? 'checked' : '' }}>
get('is_chance') == 1 ? 'checked' : '' }}>
@endif