@extends('emails/layouts/emailTemplate')
@section('content')
|
Hello!
|
Dear user,
The following activity due date is in {!! $day !!} days.
Customer: {!! $data['customer'] !!}
Target: {!! $data['Target'] !!}
Action: {!! $data['Description'] !!}
Due Date: {!! $data['Due_Date'] !!}
Owner of CDP: {!! $data['cdp_owner'] !!}
Please press the following link to enter the task screen and close them as they are completed.
{!! route('admin.cdp.openActivities') !!}
|
|
|
|
|
© {!! date("Y") !!}. Designed by Coveris
|
|
|
|
@endsection