@extends('layout') @section('title') {{__('user.Edit Property')}} @endsection @section('meta') @endsection @section('frontend-content')

{{__('user.Nearest Location')}}

{{__('user.Distance(km)')}}

{{__('user.Key')}}

{{__('user.Value')}}

{{__('user.Image')}}

{{__('user.Title')}}

{{__('user.Description')}}

@csrf @method('PUT')

{{__('user.Basic Information')}}

{{__('user.Title')}} *

{{__('user.Slug')}} *

{{__('user.Property Type')}} *

{{__('user.Purpose')}} *

@if ($property->purpose == 'sale')

{{__('user.Rent Period')}} *

@endif @if ($property->purpose == 'rent')

{{__('user.Rent Period')}} *

@endif

{{__('user.Price')}} *

{{__('user.Total Area(m2)')}}

{{__('user.Total Unit')}} *

{{__('user.Total Bedroom')}} *

{{__('user.Total Bathroom')}} *

{{__('user.Total Garage')}} *

{{__('user.Total Kitchen')}} *

{{__('user.Description')}} *

{{__('user.Property Image')}}

{{__('user.Slider Image')}}

@foreach ($existing_sliders as $existing_slider)
@endforeach

{{__('user.Thumbnail Image')}}

{{__('user.Property Video')}}

{{__('user.Video Thumbnail Image')}}

{{__('user.Video description')}}

{{__('user.Existing Video')}}

{{__('user.Youtube video id')}}

{{__('user.Property Location')}}

{{__('user.City')}} *

{{__('user.Address')}} *

{{__('user.Address Details')}} *

{{__('user.Google Map')}} *

{{__('user.Aminities')}}

@foreach ($aminities as $aminity) @php $is_checked=false; @endphp @foreach ($existing_properties as $amnty) @if ($aminity->id == $amnty->aminity_id) @php $is_checked=true; @endphp @endif @endforeach
@endforeach

{{__('user.Nearest Location')}}

@foreach ($existing_nearest_locations as $existing_nearest_location)

{{__('user.Nearest Location')}}

{{__('user.Distance(km)')}}

@endforeach

{{__('user.Nearest Location')}}

{{__('user.Distance(km)')}}

{{__('user.Additional Information')}}

@foreach ($existing_add_informations as $existing_add_information)

{{__('user.Key')}}

{{__('user.Value')}}

@endforeach

{{__('user.Key')}}

{{__('user.Value')}}

{{__('user.Property Plan')}}

@foreach ($existing_plans as $existing_plan)

{{__('user.Existing Image')}}

{{__('user.Title')}}

{{__('user.Description')}}

@endforeach

{{__('user.Image')}}

{{__('user.Title')}}

{{__('user.Description')}}

{{__('user.SEO Information')}}

{{__('user.SEO Title')}}

{{__('user.SEO Meta Description')}}

{{__('user.Status')}}

{{__('user.Enable / Disable')}}

@if ($property->is_urgent == 'enable')

{{__('user.Urgent Property')}}

{{__('user.Enable / Disable')}}

@else @if ($urgent_property == 'enable')

{{__('user.Urgent Property')}}

{{__('user.Enable / Disable')}}

@endif @endif
@if ($property->is_featured == 'enable')

{{__('user.Featured Property')}}

{{__('user.Enable / Disable')}}

@else @if ($featured_property == 'enable')

{{__('user.Featured Property')}}

{{__('user.Enable / Disable')}}

@endif @endif @if ($property->is_top == 'enable')

{{__('user.Top Property')}}

{{__('user.Enable / Disable')}}

@else @if ($top_property == 'enable')

{{__('user.Top Property')}}

{{__('user.Enable / Disable')}}

@endif @endif

{{__('user.Booking Information')}}

{{__('user.Date Form')}}

{{__('user.Date To')}}

{{__('user.Time Form')}}

{{__('user.Time To')}}

bg
bg
bg
@endsection