@if (!empty($row->ProjectTenderStartDate) && !empty($row->ProjectTenderEndDate))
@if ($row->SecurityDepositAmount > 0)
@if ($row->SecurityDepositExpiryDate >= date('Y-m-d'))
Remaining time for Security Deposit expiry is
{{ implode(' and ', $timestr) }}
@else
Security Deposit has been expired
@endif
@endif
@if ($row->ProjectStatus == 'work_in_progress')
@if ($row->ProjectWorkEndDate >= date('Y-m-d'))
Remaining time for Work completion is
{{ implode(' and ', $timestr) }}
@else
Project completion deadline is over
@endif
@endif
@endif
@if ($project_extensions)
@endif