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 }}
This project has been successfully registered in the Legislative Management System. The {{ $project->focus_area }} working group will be notified automatically.
Next milestone: Draft review scheduled for
{{ \Carbon\Carbon::parse($project->start_date)->addDays(14)->format('M d, Y') }}
Project ID: LR-{{ str_pad($project->id, 6, '0', STR_PAD_LEFT) }}