@method('PUT')
Update Details
Multilingual Descriptions
@php
$descByLang = $property->descriptions->keyBy('language_id');
@endphp
@foreach(($languages ?? collect()) as $index => $language)
-
@endforeach
@foreach(($languages ?? collect()) as $index => $language)
@endforeach
Save Descriptions
@php
$pricing = $property->pricing;
@endphp
Save Pricing
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)
@endforeach
@endif
@endforeach
Save Features
Property Images
@foreach($property->images()->orderBy('position')->get() as $image)
Position: {{ $image->position }}
@endforeach
Property Documents
Uploaded Documents
| Document Type |
File Name |
File Type |
Size |
Actions |
@forelse($property->documents as $document)
| {{ $documentTypes[$document->document_type_id] ?? 'Unknown' }} |
{{ $document->document }} |
{{ strtoupper($document->document_file_type) }} |
{{ $document->document_size }} |
Download
|
@empty
| No documents uploaded yet. |
@endforelse
@php
$propertyAddress = $property->addresses()->first();
@endphp
You can drag the marker to adjust the location
Save Address