@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') You have been assigned a new task by {{ $addedBy->full_name ?? '' }} @endcomponent @component('emails.common.table', ['fullWidth' => true]) Project: {{ $assignee->task->project->name }} Task Name: {{ $assignee->task->title }} Deadline: {{ date(config('custom.formats.mail_date_time'), strtotime($assignee->end_date_time)) }} Description: {!! $assignee->task->description !!} @endcomponent @component('project::emails.common.urgency_table', ['urgency' => $urgency]) @endcomponent @component('emails.common.p') Click here to view project 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])