{{-- Name of Occupant --}}
- PAP Name:
-
{{ $allotment->annexureTwo->new_owner_name ?? $allotment->annexureTwo->owner_name ?? '-' }}
{{-- Date --}}
- Allotment Date:
-
@if ($allotment->lottery?->created_at)
{{ $allotment->lottery->created_at->format('d M Y') }}
@else
N/A
@endif
{{-- Location --}}
- Location:
-
{{ $allotment->inventoryBuildingRoom->location->location }}
{{-- Building Name --}}
- Building Name:
-
{{ $allotment->inventoryBuildingRoom->building->building_name }}
{{-- Building No --}}
- Building No:
-
{{ $allotment->inventoryBuildingRoom->building->building_no }}
{{-- Wing --}}
- Wing:
-
{{ $allotment->inventoryBuildingRoom->wing_name }}
{{-- Floor --}}
- Floor:
-
{{ $allotment->inventoryBuildingRoom->floor_no }}
{{-- Room No --}}
- Room No:
-
{{ $allotment->inventoryBuildingRoom->room_no }}
@if (isset($allotment->indemnity_bond))
@if (isset($allotment->signed_taba))
@endif
@endif
@if (!isset($allotment->indemnity_bond))
@endif
@if (isset($allotment->indemnity_bond) && !isset($allotment->signed_taba))
@endif