@extends('emails/layouts/emailTemplate')
@section('content')
|
Dear {!! $data->firstName !!},
The following action has been updated.
Kindly click below link to access your action : {!! $data->route !!}
Action ID: {!! $data->ID !!}
Country: {!! $data->country !!}
Customer (SoldTo): {!! $data->customer !!}
Status: {!! $data->status !!}
Action Name: {!! $data->name !!}
Responsible: {!! $data->responsible !!}
Due Date: {!! $data->dueDate !!}
Action Details: {!! $data->details !!}
Kind regards,
Coveris Team
|
|
|
|
|
|
© {!! date("Y") !!}. Designed by Coveris
|
|
|
|
@endsection