@extends('admin.layout.layout') @section('title', 'İlan Düzenle') @section('styles') @parent @stop @section('content') {{-- {{ dd($property) }} --}}

İlan Düzenle

İlan Resimleri
@csrf @method('PUT')
Temel

Temel:

%
@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
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
{{-- --}}
{{-- --}}
%
{{-- --}}
%
{{-- --}}
{{--
--}}
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:

{{--
Fotoğraf

Gallery:

İlan Resimlerini Yükleyiniz

@foreach(Storage::allFiles($property->post->images_folder) as $image)
Resmi Sil
@endforeach
--}}
Yayın

Yayın:

@stop @section('scripts') @parent {{-- --}} {{-- --}} @if(isset($property->longitude)) @endif @endsection