{{ __('emails.report_updated.hello', ['name' => $userName]) }},
{!! $isUpdate ? __('emails.report_updated.intro_updated', ['client' => $clientName]) : __('emails.report_updated.intro_generated', ['client' => $clientName]) !!}
{{ __('emails.report_updated.score_label') }}
@if($hasPreviousReport)
{{ $scoreIcon }}
@endif
{{ $overallScore }}
@if($hasPreviousReport)
{{ $scoreDiff >= 0 ? '+' : '' }}{{ $scoreDiff }}
{{
__('emails.report_updated.compared_to_previous') }}
@endif
{{ __('emails.report_updated.score_description') }}