mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Make viewed emails more descriptive.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user