@extends('admin.layout.layout') @section('title', 'İlan Düzenle') @section('styles') @parent @stop @section('content') Admin İlanlar İlan Düzenle {{-- {{ dd($property) }} --}} İlan Düzenle İlan Resimleri @csrf @method('PUT') Temel Temel: İlan Kodu: Banka: @foreach ($banks as $bank) post->bank_id == $bank->id ? 'selected' : ''}}> {{ $bank->name }} @endforeach Teminat Oranı: % İhaleye Dahil Edilecek Evraklar: @foreach ($property->post->bank->documents as $document) post->contracts != null) @if (in_array($document->id, $property->post->contracts)) checked @endif @endif > {{ $document->contract_name }} @endforeach @foreach ($propturkContracts as $document) post->contracts != null) @if (in_array($document->id, $property->post->contracts)) checked @endif @endif > {{ $document->contract_name }} @endforeach Emlak Tipi property_type == 0) checked @endif disabled name="properties[property_type]"> Konut property_type == 1) checked @endif disabled name="properties[property_type]"> İş Yeri property_type == 2) checked @endif disabled name="properties[property_type]"> Arsa İlan Başlığı: Açıklama: {{ $property->post->desc }} Fırsat Butonu: İlan Süresi: Gün Saat Başlangıç Bedeli: ₺ {{-- --}} Teklif Adımı: ₺ {{-- --}} Teklif Adım Oranı: % Teminatı PropTürk Tutacak?: post->is_warrant == 0) selected @endif>Hayır post->is_warrant == 1) selected @endif>Evet Banka İhale Teminat Bedeli: ₺ {{-- --}} PropTürk İhale Katılım Bedeli: ₺ Proptürk İhale Katılım Oranı: % Hemen Al Açık?: post->is_fast_buy == 0) selected @endif value="0" >Hayır post->is_fast_buy == 1) selected @endif value="1">Evet Hemen Al Fiyatı: ₺ {{-- --}} {{-- Teminat Oranı: --}} Detay Detay: {{-- --}} @if ($property->property_type == 0) @include('admin.properties.properties_edit.properties1') @endif @if ($property->property_type == 1) @include('admin.properties.properties_edit.properties2') @endif @if ($property->property_type == 2) @include('admin.properties.properties_edit.properties3') @endif Adres Adres: İl: @foreach ($cities as $city) city_id == $city->id) value="{{ $city->id }}" selected @endif value="{{ $city->id }}">{{ $city->name }} @endforeach İlçe: @if(isset($districts)) @foreach ($districts as $district) district_id == $district->id) value="{{ $district->id }}" selected @endif value="{{ $district->id }}" >{{ $district->name }} @endforeach @endif Semt/Mahalle: @if(isset($neighborhoods)) @foreach ($neighborhoods as $item) id == $item->id) value="{{ $item->id }}" selected @endif value="{{ $item->id }}" >{{ $item->name }} @endforeach @endif Ada No Parsel No Kat No Blok No Bağımsız Bölüm No Ada No Parsel No Bağımsız Bölüm No Parsel Sorgu Url Enlem Boylam {{-- Fotoğraf Gallery: İlan Resimlerini Yükleyiniz @foreach(Storage::allFiles($property->post->images_folder) as $image) Resmi Sil @endforeach --}} Yayın Yayın: Kaydet @stop @section('scripts') @parent {{-- --}} {{-- --}} @if(isset($property->longitude)) @endif @endsection