@php $annexture = ''; $orgType = env('ORG'); // Access session data if ($orgType == 'STEM') { if ($row->ProjectCreateMethod == 'E-estimate') { $annexture = 'completed'; } else { $annexture = $row->Annexture; } } else { $annexture = 'completed'; } @endphp

{{ __('View Project') }}

View Project

Detailed Info @if ($row->ProjectCreateMethod == 'Temporary_Estimate') Lead Statement Rate Analysis Measurement Book Introduction Office Note Documents Downloads @endif @if ($row->ProjectCreateMethod == 'E-estimate') Lead Statement Rate Analysis Measurement Book Abstract Quality Control Royalty Schedule B @endif @if (strpos($row->ProjectCreateMethod, 'Market_Rate_E-estimate') !== false && $annexture == 'completed') Comparative Statement Rate Analysis Abstract @endif @if (strpos($row->ProjectCreateMethod, 'Both') !== false && $annexture == 'completed') Comparative Statement Lead Statement Rate Analysis Measurement Book Abstract Quality Control Royalty Schedule B @endif @if (strpos($row->ProjectCreateMethod, 'Market_Rate_E-estimate') !== false || strpos($row->ProjectCreateMethod, 'Both') !== false) Quotation Notice Annexture @if (strpos($row->ProjectCreateMethod, 'Above') !== false) Tender Notice @endif @endif @if ( ($row->ProjectCreateMethod == 'E-estimate' || strpos($row->ProjectCreateMethod, 'Market_Rate_E-estimate') !== false || strpos($row->ProjectCreateMethod, 'Both') !== false) && $annexture == 'completed') Schedule B Re-appropriation T.S Proposal Letter Introduction Detail Item @if ($row->ProjectReadyForDTP && $row->ProjectReadyForDTP != 'no') DTP @endif @if (auth()->user()->can('tender-download') && $row->ProjectReadyForTender != 'no') Tender @endif @if ( ($row->ProjectReadyForTender == 'completed' || $row->ProjectReadyForTender == 'final_approved') && $row->Envelope_A != 'no') Technical Bid @endif @if ($row->Envelope_A == 'completed' && $row->Envelope_B != 'no') Financial Bid @endif @if ($row->Envelope_B == 'completed' && $row->LOI != 'no') Letter of Intent @endif @if ($row->ProjectReadyForBilling == 'yes') Work Order Bill & Statement @endif Documents @endif @if ($row->ProjectCreateMethod == 'E-billing') Schedule B @endif @if ( $row->ProjectCreateMethod == 'E-estimate' || strpos($row->ProjectCreateMethod, 'Market_Rate_E-estimate') !== false || strpos($row->ProjectCreateMethod, 'Both') !== false) Downloads @endif
{{ $row->ProjectName }}
{{ $row->ProjectWorkCategory }}
{{ $row->ProjectTerm }}
{{ $row->ProjectWorkSanctionYear }}
{{--
--}} @php $i = 0; @endphp @if (!empty($rate_type)) @foreach ($rate_type as $val)
@if ($i == 0) @endif
{{ $val['rate_type'] }}
@if ($i == 0) @endif
{{ $val['year'] }}
@php $i++; @endphp @endforeach @endif {{--
--}} {{--
--}}
{{--
--}} {{--
--}}
{{ $row->TechnicalSanctionNo }} / @if (!empty($row->TechnicalSanctionDate)) {{ \Carbon\Carbon::parse($row->TechnicalSanctionDate)->format('d-m-Y') }} @endif
{{ $row->ProjectWorkOrderID }}
{{--
--}} {{--
--}}
{{ $row->ProjectEstimatedTotalCost }}
{{ $row->ProjectTSAmount }}
{{ $row->ProjectTenderAmount }}
{{--
--}} {{--
--}}
{{ $row->ProjectRateOfAgreement }}
{{ $row->ProjectAgreementType }}
{{ $row->ProjectFinalAmount }}
{{--
--}} @if (!empty($row->ProjectTenderStartDate) && !empty($row->ProjectTenderEndDate)) {{--
--}}
{{ \Carbon\Carbon::parse($row->ProjectTenderStartDate)->format('d-m-Y') }}
{{ \Carbon\Carbon::parse($row->ProjectTenderEndDate)->format('d-m-Y') }}
{{ \Carbon\Carbon::parse($row->ProjectWorkStartDate)->format('d-m-Y') }}
{{ \Carbon\Carbon::parse($row->ProjectWorkEndDate)->format('d-m-Y') }}
{{--
--}} @endif @if ($row->SecurityDepositAmount > 0) {{--
--}}
{{ $row->SecurityDepositBankName }}
{{ $row->SecurityDepositAmount }}
{{ \Carbon\Carbon::parse($row->SecurityDepositExpiryDate)->format('d-m-Y') }}
@php $expiryDate = \Carbon\Carbon::parse( $row->SecurityDepositExpiryDate, ); $currentDate = \Carbon\Carbon::now(); $diffTime = $expiryDate->diff($currentDate); $timestr = []; if ($expiryDate >= $currentDate) { if ($diffTime->y > 0) { $timestr[] = $diffTime->y . ' year'; } if ($diffTime->m > 0) { $timestr[] = $diffTime->m . ' month'; } if ($diffTime->d > 0) { $timestr[] = $diffTime->d . ' day'; } } @endphp @if ($expiryDate >= $currentDate)
Remaining time for Security Deposit expiry is {{ implode(' and ', $timestr) }}
@else
Security Deposit has been expired
@endif
{{--
--}} @endif @if ($row->ProjectStatus == 'work_in_progress') {{--
--}}
@php $workEndDate = \Carbon\Carbon::parse($row->ProjectWorkEndDate); $diffTime = $workEndDate->diff($currentDate); $timestr = []; if ($workEndDate >= $currentDate) { if ($diffTime->y > 0) { $timestr[] = $diffTime->y . ' year'; } if ($diffTime->m > 0) { $timestr[] = $diffTime->m . ' month'; } if ($diffTime->d > 0) { $timestr[] = $diffTime->d . ' day'; } } @endphp @if ($workEndDate >= $currentDate)
Remaining time for Work completion is {{ implode(' and ', $timestr) }}
@else
Project completion deadline is over
@endif
{{--
--}} @endif @if (!empty($project_extensions[0]))
PROJECT EXTENSIONS
@foreach ($project_extensions as $ext) @endforeach
From Date To Date Approved By Date
{{ \Carbon\Carbon::parse($ext->ExtensionFromDate)->format('d-m-Y') }} {{ \Carbon\Carbon::parse($ext->ExtensionToDate)->format('d-m-Y') }} {{ $ext->UserFirstName . ' ' . $ext->UserLastName }} {{ \Carbon\Carbon::parse($ext->ExtensionAddedDate)->format('d-m-Y') }}
@endif {{--
--}}
{{ strtoupper(str_replace('_', ' ', $row->ProjectStatus)) }}
@if (!empty($row->ProjectCompletionDate)) {{ \Carbon\Carbon::parse($row->ProjectCompletionDate)->format('d-m-Y') }} @endif
{{ $row->ProjectStatusRemark }}
{{--
--}} {{--
--}} @if (!empty($authority)) @foreach ($authority as $val)
{{ $val['UserFirstName'] . ' ' . $val['UserLastName'] }}
@endforeach @endif @if (!empty($notifications[0]) && env('ORG')!="STEM")

Project Approval Status

@foreach ($notifications as $not) @endforeach
SENT BY SENT TO SENT FOR COMMENT SENT DATE
{{ $not->SenderName }} @if (!empty($not->SenderDesignation)) [{{ strtoupper($not->SenderDesignation) }}] @endif {{ $not->ReceiverName }} @if (!empty($not->ReceiverDesignation)) [{{ strtoupper($not->ReceiverDesignation) }}] @endif {{ $not->NotificationInfo }} {{ $not->NotificationComment }} {{ \Carbon\Carbon::parse($not->NotificationDate)->format('d-m-Y H:i a') }}
@endif {{--
--}}