Recent Updates: The following project details have been modified. Please review the updated information for accuracy.
Project Title
{{ $project->title }}
Description
{{ $project->description }}
Focus Area
{{ $project->focus_area }}
Status
{{ $project->status }}
Timeline
{{ \Carbon\Carbon::parse($project->start_date)->format('M d, Y') }}
to
{{ \Carbon\Carbon::parse($project->end_date)->format('M d, Y') }}
({{ \Carbon\Carbon::parse($project->start_date)->diffInDays($project->end_date) }} days duration)
({{ \Carbon\Carbon::parse($project->start_date)->diffInDays($project->end_date) }} days duration)
Progress Report
{{ $project->progress_report }}
@php
$bgColor = $project->progress_report ? '#38a169' : '#e53e3e';
$statusText = $project->progress_report ? 'Submitted' : 'Pending';
@endphp
{{ $statusText }}
Expected Outcomes
{{ $project->outcomes }}
The {{ $project->title }} project has been updated in the Law Reform Management System. The {{ $project->focus_area }} working group has been notified of these changes.
Last Updated: {{ now()->format('M j, Y \a\t g:i A') }}