@extends('layouts.vertical', ['title' => 'Edit Property']) @section('content')

Edit Property - {{ $property->ref_id }}

Property Information
@method('PUT') @csrf
Descriptions Tab

This is the descriptions tab content.

Pricing Tab

This is the pricing tab content.

EUR
EUR/month
EUR/month
Property Features
@foreach($features['parents'] as $parentId => $parentFeature)
{{ $parentFeature->name }}
@if(isset($features['grouped'][$parentId]) && count($features['grouped'][$parentId]) > 0) @foreach($features['grouped'][$parentId] as $childFeature)
features->contains($childFeature->id) ? 'checked' : '' }}>
@endforeach @endif
@endforeach
Pictures Tab

This is the pictures tab content.

Select multiple images. First image will be set as primary.
Documents Tab

This is the documents tab content.

Address Tab

This is the address tab content.

Contacts Tab

This is the contacts tab content.

@endsection @section('script-bottom') @endsection