{{-- 标题 --}}
Back to Units

Add New Unit

@csrf
{{-- 第一部分:关联关系 --}}

Associations

@if(isset($targetProperty))
{{ $targetProperty->name }}
@else @endif
@if(isset($targetOwner))
{{ $targetOwner->name }}
@else @endif
{{-- 第二部分:单位基本信息 --}}

Unit Information

@error('unit_no')

{{ $message }}

@enderror
{{-- 第三部分:公用事业账号 --}}

Utilities & Status

{{-- 在 Status 字段下面或者适当位置插入 --}}
{{-- Has Rooms 开关 --}}

Common area assets like Sofa, Fridge etc.

{{-- Total Rooms 数量 --}}

Max room in a Unit:s 10. For more rooms, you may add inside room.

{{-- 新增:Unit 资产配置容器 (默认隐藏) --}} {{-- 关键:在这里添加这个容器 --}}
{{-- 操作按钮 --}}
{{-- 操作按钮 --}}
Cancel Create Unit