@isset($property->city_block_no)
Ada No
{{ $property->city_block_no }}
@endisset
@isset($property->parcel_no)
Parsel
{{ $property->parcel_no }}
@endisset
@isset($property->independent_section_no)
BB No
{{ $property->independent_section_no }}
@endisset
Tapu Durumu
@isset($property->land_state)
{{ config('enums.land_state')[$property->land_state] }}
@endisset
Kaks(Emsal)
@isset($property->peer)
{{ config('enums.peer')[$property->peer] }}
@endisset
Gabari
@isset($property->clearence)
{{ config('enums.clearence')[$property->clearence] }}
@endisset
@endif
{{-- İş Yeri --}}
@if ($property->property_type == 1)
@isset($property->city_block_no)
Ada No
{{ $property->city_block_no }}
@endisset
@isset($property->parcel_no)
Parsel
{{ $property->parcel_no }}
@endisset
@isset($property->independent_section_no)
BB No
{{ $property->independent_section_no }}
@endisset
Kullanım Durumu
@isset($property->using_status)
{{ config('enums.using_status')[$property->using_status] }}
@endisset
Bina Yaşı
@isset($property->building_age)
{{ config('enums.building_age')[$property->building_age] }}
@endisset
Isıtma
@isset($property->heating_type)
{{ config('enums.heating_type')[$property->heating_type] }}
@endisset
@endif
{{-- Konut --}}
@if ($property->property_type == 0)
@isset($property->city_block_no)
Ada No
{{ $property->city_block_no }}
@endisset
@isset($property->parcel_no)
Parsel
{{ $property->parcel_no }}
@endisset
@isset($property->independent_section_no)
BB No
{{ $property->independent_section_no }}
@endisset
Kullanım Durumu
@isset($property->using_status)
{{ config('enums.using_status')[$property->using_status] }}
@endisset
Bina Yaşı
@isset($property->building_age)
{{ config('enums.building_age')[$property->building_age] }}
@endisset
Isıtma
@isset($property->heating_type)
{{ config('enums.heating_type')[$property->heating_type] }}
@endisset
Oda Sayısı
@isset($property->room_count)
{{ config('enums.room_count')[$property->room_count] }}
@endisset
Kat Sayısı
@isset($property->total_floor)
{{ config('enums.total_floor')[$property->total_floor] }}
@endisset
Banyo Sayısı
@isset($property->bath_count)
{{ config('enums.bath_count')[$property->bath_count] }}
@endisset
Balkon
@if ($property->is_balcony == 1)
Var
@else
Yok
@endif
Eşyalı
@if ($property->is_furnished == 1)
Evet
@else
Hayır
@endif
Site İçerisinde
@if ($property->is_site == 1)
Evet
@else
Hayır
@endif
Kredi Uygun
@if ($property->is_creditable == 1)
Evet
@else
Hayır
@endif
@endif