@extends('emails/layouts/emailTemplate') @section('content')
img
Dear {!! $data->firstName !!},

You have received the following action.
Kindly click below link to access your action and close it: {!! $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