From 3401ca049e5132cdd3f3d74617e79940e509bfdf Mon Sep 17 00:00:00 2001 From: mdpoulter Date: Mon, 27 Jan 2020 14:47:02 +0200 Subject: [PATCH] Make viewed emails more descriptive. --- resources/views/emails/viewed/estimate.blade.php | 2 +- resources/views/emails/viewed/invoice.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/emails/viewed/estimate.blade.php b/resources/views/emails/viewed/estimate.blade.php index 10633bc3..ae1ab91a 100644 --- a/resources/views/emails/viewed/estimate.blade.php +++ b/resources/views/emails/viewed/estimate.blade.php @@ -1,6 +1,6 @@ @component('mail::message') # Introduction -Customer viewed this Estimate. +{{ $data['user']['name'] }} viewed this Estimate. @component('mail::button', ['url' => url('/admin/estimates/'.$data['estimate']['id'].'/view')]) Estimate diff --git a/resources/views/emails/viewed/invoice.blade.php b/resources/views/emails/viewed/invoice.blade.php index 71867466..f1a706cd 100644 --- a/resources/views/emails/viewed/invoice.blade.php +++ b/resources/views/emails/viewed/invoice.blade.php @@ -1,6 +1,6 @@ @component('mail::message') # Introduction -Customer viewed this Invoice. +{{ $data['user']['name'] }} viewed this Invoice. @component('mail::button', ['url' => url('/admin/invoices/'.$data['invoice']['id'].'/view')]) Invoice