@extends('emails/layouts/emailTemplate')
@section('content')
|
Dear {{$data->OpportunityOwner}},
Congratulations! Your opportunity was approved by {{$data->ResponsibleWithApproval_L2}} and {{$data->ResponsibleWithApproval_L3}}.
Please feel free to check at:
{{$data->OpportunityLink}}
Opportunity Number: {{$data->Opportunity_ID}}
Country: {{$data->Country}}
Customer (SoldTo): {{$data->Customer_Sold_To}}
Status: {{$data->Status}}
Opportunity Name: {{$data->Opportunity_Name}}
Owner: {{$data->OpportunityOwner}}
Kind regards,
SpotOn Team
|
|
|
|
|
|
© {!! date("Y") !!}. Designed by Coveris
|
|
|
|
@endsection