@component('mail::message',[ 'logo_file' => $company_details[8]['field_value'] ]) # {{__('Task')}} - {{@$task->id}}
{{@$task->relation}} | @if (@$task->relation == 'Customer') {{@$task->customer->first_name}} {{@$task->customer->last_name}} @else {{@$task->lead->first_name}} {{@$task->lead->last_name}} @endif |
{{__('Priority')}} | {{@$task->priority}} |
{{__('Type')}} | {{@$task->type}} |
{{__('Status')}} | {{@$task->status}} |
{{__('Billable Task')}} | {{ucfirst(@$task->billable)}} |
{{__('Bill Amount')}} | {{@$currency->name}} {{ucfirst(@$task->bill_amount)}} |
{{__('Task Starts on')}} | {{@$task->start_date}} @if (@$task->is_all_day == 'yes') ({{__('Full Day Task')}}) @endif |
{{__('Time')}} | {{@$task->start_time}} {{__('To')}} {{ucfirst(@$task->end_time)}} |
{{__('Repeat Task')}} | {{__('Every')}} {{ucfirst(@$task->repeat_every)}} {{ucfirst(@$task->repeat_day_month)}} |
{{__('Task End Date')}} | {{ucfirst(@$task->end_date)}} |