@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

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

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

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

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

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

{{__('Category')}} *

{{__('Sub Category')}} *

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

{{__('Total Area(sq. ft)')}}

{{__('Asking Rent')}} *

{{__('Estimated CAM ')}} *{{$property->CAM}}

{{__('Facilities ')}} *

{{__('Total Building SF')}} *

{{__('Available Space')}} *

{{__('Max Config SF')}} *

{{__('Allowed Zoning ')}} *

{{__('Service type')}} *

{{__('CAP Rate')}} *

{{__('Year Built')}} *

{{__('Stories')}} *

{{__('Is Divisible')}} *

{{__('TI (If Applicable)')}} *

{{__('Parking Spaces')}} *

{{__('Vacancy Rate(%)')}} *

{{__('Listing Status')}} *

{{__('Tenant Type')}} *

{{__('Year Renovated(YYYY)')}} *

{{__('Min Terms')}} *

{{__('Public Notes')}}

{{__('Leasing Highlights')}}

{{__('Co-Tenants')}}

{{__('Building Class')}} *

{{__('Building Height(Feet)')}}

{{__('Land (Acres or SF)')}}

{{__('Demographics')}}

{{__('Population')}}

{{__('Households')}}

{{__('Median Age')}}

{{__('Median Income')}}

{{__('Vehicles Per Day')}}

{{__('Nearby Intersections')}}

{{__('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.State')}} *

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

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

{{__('ZIP Code')}} *

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

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

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

    @else

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

    @endif

    {{__('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
    @endsection