@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') The following task has been rejected by {{ $assignee->assignee->full_name }} @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)) }} Task Assignee: {{ $assignee->assignee->full_name }} @endcomponent @component('emails.common.p') Click here to view reason for rejection and gain more 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])