@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') Congratulations! The following task has been approved @if($asCompleteMarked)as complete @endif @endcomponent @component('emails.common.table') Task Details: Task Name: {{ $assignee->task->title }} Project: {{ $assignee->task->project->name }} Deadline: {{ date(config('custom.formats.mail_date_time'), strtotime($assignee->end_date_time)) }} Assigned By: {{ $assignee->assignee->full_name }} @endcomponent @component('emails.common.p') Click here to view your task feedback @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])