{{__('admin.Edit property')}}

{{__('admin.Own Properties')}}
@csrf @method('PUT')

{{__('Basic Information')}}


{{__('admin.Location')}}

    @if($setting->live_map == 'yes')
    @else
    @endif

    {{__('Space')}}

    {{__('Buildings')}}

    {{__('Lease Information')}}

    {{__('Sales')}}


    {{__('admin.Image and Video')}}


    @foreach ($existing_sliders as $existing_slider)
    @endforeach
    @if ($property->video_thumbnail)
    @endif
    @if ($property->video_id)
    @endif

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


    {{__('Demographics')}}


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


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


    @foreach ($existing_add_informations as $existing_add_information)
    @endforeach

    {{__('admin.SEO Information and Others')}}


    {{__('admin.Status')}}
    @if ($property->is_featured == 'enable')
    {{__('admin.Featured')}}
    @else @if ($featured_property == 'enable')
    {{__('admin.Featured')}}
    @endif @endif @if ($property->is_top == 'enable')
    {{__('admin.Top Property')}}
    @else @if ($top_property == 'enable')
    {{__('admin.Top Property')}}
    @endif @endif @if ($property->is_urgent == 'enable')
    {{__('admin.Urgent Property')}}
    @else @if ($urgent_property == 'enable')
    {{__('admin.Urgent Property')}}
    @endif @endif @if ($property->agent_id != 0)
    @endif