@extends('layout.layout') @section('title', 'Anasayfa') @section('styles') @parent @stop @section('content') @php // $routeName = Request::url(); // dd($routeName); // $url = 0; @endphp @include('flash_message.flash') @if (session('subdomain') == 'turkiyefinanskatilim' || session('subdomain') == 'odeabank' || session('subdomain') == 'burganbank' || session('subdomain') == 'ing' || session('subdomain') == 'alternatifbank' || session('subdomain') == 'yunusvarlik' || session('subdomain') == 'omurgagyf' || session('subdomain') == 'dixstone' || session('subdomain') == 'markest' || session('subdomain') == '') @include('search-component.search-component')

Teklif Beklenen Gayrimenkuller

@foreach ($nonOfferedPosts as $post) @include('new-card.new-card') @endforeach

İhale Sürecindeki Gayrimenkuller

@foreach ($offeredPosts as $post) @if ($post->tender_status == 1) @include('new-card.new-card') @endif @endforeach
{{-- --}}

İhalesi Tamamlanan Gayrimenkuller

@foreach ($completedPosts as $post)
@include('new-card.new-slide-card')
@endforeach
@elseif(session('subdomain') == 'ziraatkatilim')

Hızlı Arama

@isset($z) @foreach ($properties as $post) @php $post = $post->post; @endphp @if ($post->first_offer_time == null) @if($post->bank->code == 'ziraatkatilim')
{{ $post->title }} {{ $post->postable->country }} / {{ $post->postable->district }} @if (isset($post->postable->house_type)) {{ config('enums.property_type')[$post->postable->property_type] }} - {{ config('enums.house_type')[$post->postable->house_type] }} @endif @if (isset($post->postable->workplace_type)) {{ config('enums.property_type')[$post->postable->property_type] }} - {{ config('enums.workplace_type')[$post->postable->workplace_type] }} @endif @if (isset($post->postable->land_type)) {{ config('enums.property_type')[$post->postable->property_type] }} - {{ config('enums.land_type')[$post->postable->land_type] }} @endif {{ number_format($post->postable->net_m2, 0, '.', '.') }}m2 G. No: {{ $post->code }}

{{ number_format($post->current_price, 0, '.', '.') }} TL

Başlangıç Bedeli Teklif Ver

İLK TEKLİF BEKLENİYOR

@endif @else @if ($post->tender_status == 1) @if($post->bank->code == 'ziraatkatilim')
{{ $post->title }} {{ $post->postable->country }} / {{ $post->postable->district }} @if (isset($post->postable->house_type)) {{ config('enums.property_type')[$post->postable->property_type] }} - {{ config('enums.house_type')[$post->postable->house_type] }} @endif @if (isset($post->postable->workplace_type)) {{ config('enums.property_type')[$post->postable->property_type] }} - {{ config('enums.workplace_type')[$post->postable->workplace_type] }} @endif @if (isset($post->postable->land_type)) {{ config('enums.property_type')[$post->postable->property_type] }} - {{ config('enums.land_type')[$post->postable->land_type] }} @endif {{ number_format($post->postable->net_m2, 0, '.', '.') }}m2 G. No: {{ $post->code }}
@if ($post->diffinseconds)
KALAN SÜRE
Gün
SA
DK
SN
Teklif Var
@endif

{{ number_format($post->start_price, 0, '.', '.') }} TL

Başlangıç Bedeli Teklif Ver
{{ number_format($post->current_price, 0, '.', '.') }} TL
TL / SON TEKLİF
@endif @endif @endif @endforeach @else {{-- TEKLİF BEKLENİYOR --}} @foreach ($nonOfferedPosts as $post) @if($post->bank->code == 'ziraatkatilim')
{{ $post->title }} {{ $post->postable->country }} / {{ $post->postable->district }} @if (isset($post->postable->house_type)) {{ config('enums.property_type')[$post->postable->property_type] }} - {{ config('enums.house_type')[$post->postable->house_type] }} @endif @if (isset($post->postable->workplace_type)) {{ config('enums.property_type')[$post->postable->property_type] }} - {{ config('enums.workplace_type')[$post->postable->workplace_type] }} @endif @if (isset($post->postable->land_type)) {{ config('enums.property_type')[$post->postable->property_type] }} - {{ config('enums.land_type')[$post->postable->land_type] }} @endif {{ number_format($post->postable->net_m2, 0, '.', '.') }}m2 G. No: {{ $post->code }}

{{ number_format($post->current_price, 0, '.', '.') }} TL

Başlangıç Bedeli Teklif Ver

İLK TEKLİF BEKLENİYOR

@endif @endforeach {{-- TEKLİF VERİLDİ --}} @foreach ($offeredPosts as $post) @if ($post->tender_status == 1) @if($post->code == 'ziraatkatilim')
{{ $post->title }} {{ $post->postable->country }} / {{ $post->postable->district }} @if (isset($post->postable->house_type)) {{ config('enums.property_type')[$post->postable->property_type] }} - {{ config('enums.house_type')[$post->postable->house_type] }} @endif @if (isset($post->postable->workplace_type)) {{ config('enums.property_type')[$post->postable->property_type] }} - {{ config('enums.workplace_type')[$post->postable->workplace_type] }} @endif @if (isset($post->postable->land_type)) {{ config('enums.property_type')[$post->postable->property_type] }} - {{ config('enums.land_type')[$post->postable->land_type] }} @endif {{ number_format($post->postable->net_m2, 0, '.', '.') }}m2 G. No: {{ $post->code }}
@if ($post->diffinseconds)
KALAN SÜRE
Gün
SA
DK
SN
Teklif Var
@endif

{{ number_format($post->start_price, 0, '.', '.') }} TL

Başlangıç Bedeli Teklif Ver
{{ number_format($post->current_price, 0, '.', '.') }} TL
TL / SON TEKLİF
@endif @endif @endforeach @endisset
@endif @stop @section('scripts') @parent @endsection