@if (!$hasStatus8)
@endif
@if ($hasStatus8)
@endif
@can('update_annexure_status')
Annexure - ii List
Download Annexure - ii Excel {{-- --}}Annexure - ii List
{{-- NEW Table from AnnexureTwo --}}
@php
$matchedStatus = $project->status
? $project->statuses->firstWhere('status', $project->status->id)
: null;
if ($matchedStatus) {
$createdAt = $matchedStatus->created_at;
} else {
$createdAt = 'N/A';
}
@endphp
@php
$hasStatus8 = $project->statuses->contains('status', 8);
@endphp
Description: {!! $project->draft_annexure_remark ?? 'N/A' !!}
@if (!$hasStatus8) @endif