{{ $procurement->title }}
The procurement of {{ $procurement->title }} (Ref: {{ $procurement->reference }}) was initiated via the {{ $procurement->method }} method. As of {{ now()->format('M d, Y') }}, the process has advanced to the {{ $procurement->stage_label }} stage.
Based on the system checklist and compliance engine, the record has an integrity score of {{ $healthScore }}%. @if($healthScore < 100) The following compliance gaps were identified that may pose audit risks: {{ collect($gaps)->pluck('message')->join(', ') }}. @else No compliance gaps or audit risks were detected; all mandatory documents and steps have been validated. @endif
Key Milestones:
| Timestamp | Officer | Action | Forensic Log |
|---|---|---|---|
| {{ $log->created_at->format('M d, Y H:i:s') }} | {{ $log->user->name }} | {{ strtoupper($log->action) }} | {{ $log->description }} |