@if($advert->distance != 'null')
@foreach(json_decode($advert->distance) as $value)
- {{ attribut_title($value) }}
@endforeach
@endif
@if($advert->in_feature != 'null')
{{ dil('İç Özellikleri') }}
@foreach(json_decode($advert->in_feature) as $value)
- {{ attribut_title($value) }}
@endforeach
@endif
@if($advert->out_feature != 'null')
{{ dil('Dış Özellikleri') }}
@foreach(json_decode($advert->out_feature) as $value)
- {{ attribut_title($value) }}
@endforeach
@endif
@if($advert->facedes != 'null')
@foreach(json_decode($advert->facedes) as $value)
- {{ attribut_title($value) }}
@endforeach
@endif
@if($advert->milieus != 'null')
@foreach(json_decode($advert->milieus) as $value)
- {{ attribut_title($value) }}
@endforeach
@endif
@if($advert->landscapes != 'null')
@foreach(json_decode($advert->landscapes) as $value)
- {{ attribut_title($value) }}
@endforeach
@endif
@if($advert->housing_types != 'null')
@foreach(json_decode($advert->housing_types) as $value)
- {{ attribut_title($value) }}
@endforeach
@endif