@include('layouts.header', ['title' => 'Draw Lottery'])
logo

MMRDA E-Lottery

{{ $project->name }}


PAP List

@foreach ($blockedSurveyPapRooms as $blockedSurveyPapRoom) @endforeach
Structure ID PAP Name
{{ $blockedSurveyPapRoom->annexureTwo->structure_id ?? '-' }}
{{ $blockedSurveyPapRoom->annexureTwo->map_id }}
{{ $blockedSurveyPapRoom->annexureTwo->new_owner_name ?? $blockedSurveyPapRoom->annexureTwo->owner_name ?? '-' }}
@if (!$lottery->seed_no) @endif

Tenement List

@foreach ($inventories as $index => $inv) @endforeach
Room No Floor
{{ $inv->room_no ?? 'N/A' }} {{ $inv->floor_no ?? 'N/A' }}
@if (!$lottery->seed_no) @endif
@if ($project->status_id === 13)

Allotment List

@if(count($allotments)) @foreach ($allotments as $key => $allotment) @endforeach @else @endif
Sr. No. Structure ID PAP Name Building Name Room No
{{ $key + 1 }} {{ $allotment->annexureTwo->structure_id ?? '-' }}
{{ $allotment->annexureTwo->map_id }}
{{ $allotment->annexureTwo->new_owner_name ?? $allotment->annexureTwo->owner_name ?? '-' }} {{ $allotment->inventoryBuildingRoom->building->building_name }} ({{ $allotment->inventoryBuildingRoom->building->building_no }}) {{ $allotment->inventoryBuildingRoom->room_no }}
No record found
@else @if (!$lottery->seed_no)
@csrf
@else
Average Seed Number

{{ $lottery->seed_no }}

@if ($project->status_id === 11)
@csrf
@endif
@endif @endif


@include('layouts.footer')