@component('mail::message') {!! __('general.new_key_result_for_your_objective.body', [ 'name' => $data['name'], 'description' => $data['description'], 'responsible' => $data['responsible'], 'progress_type' => $data['progress_type'], 'measurement' => $data['measurement'], 'start_date' => $data['start_date'], 'end_date' => $data['end_date'], 'total_days' => $data['total_days'], 'key_result_link' => $data['key_result_link'], 'objective_name' => $data['objective_name'], 'mail_footer' => __('general.'.config('constants.mail_footer')), ]) !!} @endcomponent