@component('mail::layout', ['layoutColor' => $layoutColor])
@component('mail::header', ['color' => $layoutColor])
Project progress
@endcomponent
@component('mail::body')
Hi {{ $name }},
Here is how project **{{ $projectName }}** is progressing. Note — there {{ $daysLeft }} until the completion deadline.
Total number of candidates: {{ $candidatesCount }}
- {{ $inProgress }} still in progress
- {{ $remainingReports }} completed — reports being finalised
- {{ $completedReports }} completed — reports available
@component('mail::button', ['url' => $url, 'color' => $layoutColor])
Go to Project
@endcomponent
Don't hesitate to get in touch if you have any questions!
Thanks,
The {{ $companySettings['name'] }} Team
@endcomponent
@endcomponent