İlan Kodu:
{{ $post->code }}
Banka:
{{ $post->bank->name }}
Banka Teminat Oranı:
%{{ $post->bank->deposit }}
Emlak Tipi:
{{ config('enums.property_type')[$property->property_type] }}
İlan Başlığı:
{{ $post->title }}
İlan Açıklaması:
{!! $post->desc !!}
Fırsat Butonu:
@if ($post->is_opportunity == 0) @elseif ($post->is_opportunity == 1) @endif
İlan Süresi:
{{ $postDay }} Gün {{ $postHour }} Saat
Başlangıç Bedeli:
{{ number_format($post->start_price, 0, '.', '.') }}₺
Teklif Adımı:
{{ number_format($post->offer_step, 0, '.', '.') }}₺
Teminatı Markest Tutacak?:
@if ($property->post->is_warrant == 0) Hayır @elseif($property->post->is_warrant == 1) Evet @endif
Banka İhale Teminat Bedeli:
{{ number_format($post->entry_price, 0, '.', '.') }}₺
Markest İhale Katılım Bedeli:
{{ number_format($post->deposit_ratio, 0, '.', '.') }}₺
Hemen Al Açık?:
@if ($property->post->is_fast_buy == 0) Hayır @elseif($property->post->is_fast_buy == 1) Evet @endif
Hemen Al Fiyatı:
{{ number_format($post->fast_buy_price, 0, '.', '.') }}₺
Konut Tipi:
@if (isset($property->house_type)) {{ config('enums.house_type')[$property->house_type] }} @endif
Brüt m2:
{{ number_format($property->gross_m2, 0, '.', '.') }}m2
Net m2:
{{ number_format($property->net_m2, 0, '.', '.') }}m2
Bina Yaşı:
@if (isset($property->building_age)) {{ config('enums.building_age')[$property->building_age] }} @endif
Isıtma:
@if (isset($property->heating_type)) {{ config('enums.heating_type')[$property->heating_type] }} @endif
Kullanım Durumu:
@if (isset($property->using_status)) {{ config('enums.using_status')[$property->using_status] }} @endif
Oda Sayısı:
@if (isset($property->room_count)) {{ config('enums.room_count')[$property->room_count] }} @endif
Bulunduğu Kat:
@if (isset($property->floor)) {{ config('enums.floor')[$property->floor] }}.Kat @endif
Kat Sayısı:
@if (isset($property->total_floor)) {{ config('enums.total_floor')[$property->total_floor] }} @endif
Banyo Sayısı:
@if (isset($property->bath_count)) {{ config('enums.bath_count')[$property->bath_count] }} @endif
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
Aidat:
{{ $property->dues }}
Cephe:
@if (isset($property->side)) @foreach (unserialize($property->side) as $key => $side) {{ config('enums.side')[$key] }}, @endforeach @endif
İç Özellikler:
@if (isset($property->inside_properties)) @foreach (unserialize($property->inside_properties) as $key => $inside_properties) {{ config('enums.inside_properties')[$key] }}, @endforeach @endif
Dış Özellikler:
@if (isset($property->outside_properties)) @foreach (unserialize($property->outside_properties) as $key => $outside_properties) {{ config('enums.outside_properties')[$key] }}, @endforeach @endif
İş Yeri Tipi:
@if (isset($property->workplace_type)) {{ config('enums.workplace_type')[$property->workplace_type] }} @endif
Brüt m2:
{{ number_format($property->gross_m2, 0, '.', '.') }}m2
Net m2:
{{ number_format($property->net_m2, 0, '.', '.') }}m2
Bina Yaşı:
@if (isset($property->building_age)) {{ config('enums.building_age')[$property->building_age] }} @endif
Isıtma:
@if (isset($property->heating_type)) {{ config('enums.heating_type')[$property->heating_type] }} @endif
Kullanım Durumu:
@if (isset($property->using_status)) {{ config('enums.using_status')[$property->using_status] }} @endif
Aidat:
{{ $property->dues }}
Cephe:
@if (isset($property->side)) @foreach (unserialize($property->side) as $key => $side) {{ config('enums.side')[$key] }}, @endforeach @endif
Genel Özellikler:
@if (isset($property->general_properties)) @foreach (unserialize($property->general_properties) as $key => $general_properties) {{ config('enums.general_properties')[$key] }}, @endforeach @endif
Arsa Tipi:
@if (isset($property->land_type)) {{ config('enums.land_type')[$property->land_type] }} @endif
Net m2:
{{ number_format($property->net_m2, 0, '.', '.') }}m2
Kaks(Emsal):
@if (isset($property->peer)) {{ config('enums.peer')[$property->peer] }} @endif
Gabari:
@if (isset($property->clearence)) {{ config('enums.clearence')[$property->clearence] }} @endif
Tapu Durumu:
@if (isset($property->land_state)) {{ config('enums.land_state')[$property->land_state] }} @endif
Altyapı:
@if (isset($property->infrastructure)) @foreach (unserialize($property->infrastructure) as $key => $infrastructure) {{ config('enums.infrastructure')[$key] }}, @endforeach @endif
Genel Özellikler:
@if (isset($property->general_properties_land)) @foreach (unserialize($property->general_properties_land) as $key => $general_properties_land) {{ config('enums.general_properties_land')[$key] }}, @endforeach @endif
İl:
{{ $property->country }}
İlçe:
{{ $property->district }}
Semt/Mahalle:
{{ $property->neighborhood }}
Adres:
{{ $property->address }}
Ada No:
{{ $property->city_block_no }}
Parsel No:
{{ $property->parcel_no }}
Kat No:
{{ $property->floor_no }}
Blok No:
{{ $property->block_no }}
BB No:
{{ $property->independent_section_no }}
Parsel Sorgu Url:
{{ $property->parsel_request_url }}
Enlem:
{{ $property->langitude }}
Boylam:
{{ $property->longitude }}