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