@extends('emails/layouts/emailTemplate')
@section('content')
|
Dear {{$data->sendTo}},
This is a reminder that your opportunity has passed the expected implementation
date.Kindly click below link to
access your opportunity and change the status to close it or adjust the
date: {{$data->OpportunityLink}}
Opportunity No: {{$data->Opportunity_ID}}
Country: {{$data->Country}}
Customer (SoldTo): {{$data->Sold_To_Name}}
Market Segment: {{$data->Market_Segment}}
Status: {{$data->Status}}
Opportunity Name: {{$data->Opportunity_Name}}
Owner: {{$data->Owner}}
Expected Implementation Date: {{$data->Expected_Implementation}}
Kind regards,
Coveris Team
|
|
|
|
|
|
© {!! date("Y") !!}. Designed by Coveris
|
|
|
|
@endsection