MMRDA MMRDA @if ($project->type_2 == 1) MUTP @elseif ($project->type_2 == 2) MUIP @else Other @endif

No. MUTP-3A/SDC/Sr.CDO/_____/2023 Date: {{ optional($survey->allotments->first())->created_at ? optional($survey->allotments->first())->created_at->format('d-m-Y') : 'N/A' }}
Allotment letter for tenement at {{ optional($survey->allotments->first()->inventoryBuildingRoom->building)->building_name ?? 'N/A' }} {{ optional($survey->allotments->first()->inventoryBuildingRoom->location)->location ?? 'N/A' }} for PAPs affected by {{ $project->name }}
Allotment Letter
     Shri./Smt. @if ($survey->SurveyUserResidential->isNotEmpty()) {{ $survey->SurveyUserResidential->pluck('name_occupant_structure')->implode(', ') }} @elseif ($survey->surveyUserOthers->isNotEmpty()) {{ $survey->surveyUserOthers->pluck('name_of_occupant')->filter()->implode(', ') ?? 'N/A' }} @elseif ($survey->surveyUserCommercial->isNotEmpty()) {{ $survey->surveyUserCommercial->pluck('name_establishment_owner')->filter()->implode(', ') }} @else N/A @endif , I. D. No. {{ $survey->id }}, Map No. {{ $survey->map_id }} staying in {{ $survey->locality }} has been allotted a regular tenement at {{ optional($survey->allotments->first()->inventoryBuildingRoom->building)->building_name ?? 'N/A' }}, {{ optional($survey->allotments->first()->inventoryBuildingRoom->location)->location ?? 'N/A' }} Bldg. No. {{ optional($survey->allotments->first()->inventoryBuildingRoom->building)->building_no ?? '______' }}, Flat/Shop/Room No. {{ optional($survey->allotments->first()->inventoryBuildingRoom)->room_no ?? '____' }}.
     The allotment of tenement in the permanent rehabilitation building is subject to State Govt. MUTP R & R Policy and SRA Rules and further on obtaining the Indemnity Bond with certain terms & conditions in the prescribed format which is attached herewith.
     The Project Affect Person (PAP) will be solely held responsible for any dispute regarding ownership, possession, structure changes, dues and/or disputes of similar nature about original structure / allotted tenement if any and any other document/proofs submitted to the Authority. The MMRDA or any officer / employee of MMRDA will not be responsible for the above referred disputes.
  1. As per provision of the Maharashtra Slum Areas (Improvement, Clearance and Redevelopment) Act, 1971 under section 3-E, the allotted tenement will not be sold/leased/rented or transferred in any manner, for the period of ten years from the date of allotment.
  2. If it is found at any time, that the documents/evidences submitted to the Authority are bogus/false, the allotment of tenement will be cancelled.
  3. PAP will not make any internal/external structural changes in the civil work of tenement, without prior permission of MMRDA.
  4. It will be binding on the PAP to form & be a member of the Co-operative Housing Society.
  5. It will be binding on the PAP to pay light bill, Municipal taxes and charges, Water supply bill, & maintenance & other charges, as may be necessary.

{{ $project->agency->name }}
(Survey Agency Representative)

(Nitin S. Pawar)
Dy. C.D.O

{{ $project->sdcOfficerUser->name }}
Sr. Community Development Officer

(Name and Signature of PAP’s)

Name & Signature of the Occupant who has over vacant possession of his Residential / Commercial Structure and taken possession of the above mentioned regular tenement along with the keys.

Dated: {{ optional($survey->allotments->first())->created_at ? optional($survey->allotments->first())->created_at->format('d-m-Y') : 'N/A' }}

@php $photoPath = null; if ($survey->SurveyUserResidential->isNotEmpty()) { $photoFile = $survey->SurveyUserResidential->first()->residential_user_photo_file_name; if ($photoFile) { $photoPath = storage_path( "app/public/uploads/survey/project_{$project->id}/survey_{$survey->id}/docs/{$photoFile}", ); } } @endphp @if ($photoPath && file_exists($photoPath)) Occupant Photo @else

 

{{-- If no photo is available, show "No Photo" text --}} @endif