- Project Site Location
- {{ $project->site_location }}
- SDC Officer
-
@if ($project->sdcOfficerUser)
{{ $project->sdcOfficerUser->name }}
({{ $project->sdcOfficerUser->designated->designation ?? 'N/A' }})
@else
N/A
@endif
- Project Type
-
@if ($project->type_1 == 1)
MMRDA
@elseif ($project->type_1 == 2)
Other
@endif
(
@if ($project->type_2 == 1)
MUTP
@elseif ($project->type_2 == 2)
MUIP
@elseif ($project->type_2 == 3)
Other
@endif
)
- Demand Note
-
View Demand Note
View Demand Note History
@include('layouts.footer')