@include('emails.client_contact.common-finance.header', ['franchise' => $franchise])
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{ $assignee->assignee->first_name ?? '' }},
@endcomponent
@component('emails.common.p')
{{ $assignee->user->full_name }} has submitted a Task for your review
@endcomponent
@component('emails.common.table')
Task Details
|
Project:
|
{{ $assignee->task->project->name ?? '' }}
|
Task Name:
|
{{ $assignee->task->title ?? '' }}
|
Deadline:
|
{{ date(config('custom.formats.mail_date_time'), strtotime($previousAssignee->end_date_time)) }}
|
@endcomponent
@component('project::emails.common.urgency_table', ['urgency' => $urgency, 'taskReviewSubmission' => true])
@endcomponent
@component('emails.common.p')
Click here to review the task
@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])