@include('emails.client_contact.common-finance.header', ['franchise' => $franchise]) @component('emails.common.table') @component('emails.common.td') @component('emails.common.p') Hello {{ $follower->first_name ?? '' }}, @endcomponent @component('emails.common.p') {{ $assignee->user->full_name ?? '' }} has been assigned a new task by {{ $assignee->assignee->full_name ?? '' }}. You have been added as a follower to this task. @endcomponent @component('emails.common.table') Project: {{ $assignee->task->project->name }} Task Name: {{ $assignee->task->title }} Deadline: {{ date(config('custom.formats.mail_date_time'), strtotime($assignee->end_date_time)) }} @endcomponent @component('project::emails.common.urgency_table', ['urgency' => $urgency]) @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])