{{-- Navigation & Title --}}
Back to List

Edit Property

{{-- Validation Errors --}} @if ($errors->any())
Please fix the following:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{-- 注意这里的 Action 和 Method --}} @method('PUT') {{-- 必须加这个,否则 Laravel 不认 --}}

Property Details


@if($isOwnerAdmin)

{{ $currentOwner->name }}

@else
@endif {{-- Property Name --}}
{{-- Type --}}
{{-- Address --}}
@error('address')
{{ $message }}
@enderror
{{-- City & Postcode --}}
{{-- State (这里建议用我之前给你的马来西亚州属列表) --}}
{{-- Actions --}}
Cancel Update Property