@extends('layouts.pdf') @section('content')
S.D.C / Double Benefit / {{ $userData['svk'] }} / {{ date('Y') }} Date: {{ \Carbon\Carbon::now()->format('F j, Y') }}

To,

Respected Sir /Madam

{{ $userData['line1'] }}

{{ $userData['line2'] }}

@isset($userData['line3'])

{{ $userData['line3'] }}

@endisset

Subject: Submission of the list of Project affected Persons in Govt. schemes and ongoing projects funded by your office & verification regarding the benefits received by individuals listed in the attached MMRDA records.

Respected Sir/Madam,

MMRDA has undertaken many ambitious & infrastructure projects such as, Worli- Shivadi Connector, various Metro lines and Railway line extensions under MUTP in Mumbai Metropolitan Region. Rehabilitation of project-affected persons in such projects is carried out through the authority. To minimize human intervention and to ensure swift progress, an online software system and mobile app have been developed through the authority. Through this mobile app and online system, eligibility lists related to projects, lotteries, distribution letters, and eviction reports will be generated online.

Your office also implements various projects in the Mumbai Metropolitan Region. We kindly request you to send the list of project-affected persons affected under the projects undertaken by your office and those implemented as per government directives, to this office. The list will be verified through this office accordingly.

Additionally, please specify whether the project-affected persons in the attached list through the Mumbai Metropolitan Region Development Authority and their family members have received benefits, using the format provided below. This is to prevent any duplication of benefits being given to the same individual and their family members.

We request that the information from your side be furnished in the specified format as stated below:


Sr No Required information
1 Name of the project affected Person
2 Aadhaar (UID No) number
3 Name of the project causing the impact
4 Serial number in the project list registered at the concerned location
5 Name of the rehabilitation colony, building number, apartment number where benefits were provided
6 Names of the family members of the project affected person
7 Date on which the benefit was provided, including day, month, and year

We kindly request you to provide the above information in the specified format.





{{ $userData['officerName'] }}

{{ $userData['department'] }}

Mumbai Metropolitan Region Development Authority

List of Persons

@php $chunks = $surveyResidentialHouseholds->chunk(30); @endphp @foreach ($chunks as $chunkIndex => $chunk) @foreach ($chunk as $key => $surveyResidentialHousehold) @endforeach
Sr No Name Aadhar Number
{{ $key + 1 }} {{ $surveyResidentialHousehold->name }} {{ $surveyResidentialHousehold->aadhaar_number ?? 'N/A' }}
@if (!$loop->last)
@endif @endforeach @endsection