Edit Property

@if (session('success')) @endif @if ($errors->any()) @endif
@csrf @method('PUT')
@if (auth()->user()->isAdmin())
@else @endif
@if ($property->thumbnail) @endif

Upload new images (optional).

@if ($property->images->count())
@foreach ($property->images as $img)
@endforeach
@endif

Unit editing is handled separately.

Manage Units