@include('emails.client_contact.common-finance.header', ['franchise' => $franchise]) @component('emails.common.table') @component('emails.common.td') @component('emails.common.p') Hello {{ $assignee->user->first_name ?? '' }}, @endcomponent @component('emails.common.p') Be Proud of your work and submit your final draft! @endcomponent @component('emails.common.p') The following task has reached an urgency of nine @endcomponent @component('emails.common.table') Task Name: {{ $assignee->task->title ?? '' }} Project: {{ $assignee->task->project->name ?? '' }} Final Deadline: {{ date(config('custom.formats.mail_date_time'), strtotime($assignee->end_date_time)) }} Task Owner: {{ $assignee->assignee->full_name ?? '' }} Task Assignee: {{ $assignee->user->full_name ?? '' }} @endcomponent @component('emails.common.p') When Task Urgency hits a 9 you should placing your final touches for final submission @endcomponent @component('project::emails.common.urgency_table', ['urgency' => $urgency, 'urgencyReminder' => true]) @endcomponent @component('emails.common.p') Click here to view task details @endcomponent @component('emails.common.slogan') @endcomponent @endcomponent @component('emails.common.td') @component('emails.common.p') @if($franchise) {{ $franchise->company_name }}@endif Project @endcomponent @endcomponent @endcomponent @include('emails.client_contact.common-finance.footer', ['franchise' => $franchise])