![]() |
MMRDA |
@if ($project->type_2 == 1)
![]() ![]() ![]() |
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' }} |
{{ $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))
{{-- If no photo is available, show "No Photo" text --}} @endif |