@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')

- Edit

@if(session()->has('error')) @endif {{-- @if($remainingUnits == 0) @endif --}}
@csrf
Property Details
@error('property_nickname') {{ $message }} @enderror
active_property == true) checked @endif >
Enter Units
@if(count($property_unit) > 0) @foreach($property_unit as $unit) @if(in_array($unit->id, array_column($tenants->toArray(),'property_unit_id'))) @endif
@if(in_array($unit->id, array_column($tenants->toArray(),'property_unit_id'))) - remove unit @else - remove unit @endif
Unit {{$loop->index+1}}
-
+
kitchen == 'Yes') checked @endif>
kitchen == 'No') checked @endif>
bathroom == 'Yes')checked @endif>
bathroom == 'No') checked @endif>
@endforeach @endif
@if($package->package_name == 'Multi Unit')
@elseif($package->package_name == 'Single Unit')
Add Unit
@else
@endif
Close
@include('landlord_layouts.footer')
@include('landlord_layouts.script')