@extends('emails/layouts/emailTemplate') @section('content')
img
Hello!
Dear user,

you received a task related to a customer development plan.

Action Status: {!! $data->Status !!}
Responsible Person: {!! $data->full_name !!}
CDP No: {!! $data->CDP_ID !!}
SoldTo Name: {!! $data->customer !!}
Action Description: {!! $data->Description !!}
Comment: {!! $data->Comment !!}
Due Date: {!! $data->Due_Date !!}

Please press the following link to enter the task screen. {!! route('admin.cdp.add_qualitative_targets',$data->CDP_ID )!!}
© {!! date("Y") !!}. Designed by Coveris
@endsection