mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
Make viewed emails more descriptive.
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
@component('mail::message')
|
@component('mail::message')
|
||||||
# Introduction
|
# Introduction
|
||||||
Customer viewed this Estimate.
|
{{ $data['user']['name'] }} viewed this Estimate.
|
||||||
|
|
||||||
@component('mail::button', ['url' => url('/admin/estimates/'.$data['estimate']['id'].'/view')])
|
@component('mail::button', ['url' => url('/admin/estimates/'.$data['estimate']['id'].'/view')])
|
||||||
Estimate
|
Estimate
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
@component('mail::message')
|
@component('mail::message')
|
||||||
# Introduction
|
# Introduction
|
||||||
Customer viewed this Invoice.
|
{{ $data['user']['name'] }} viewed this Invoice.
|
||||||
|
|
||||||
@component('mail::button', ['url' => url('/admin/invoices/'.$data['invoice']['id'].'/view')])
|
@component('mail::button', ['url' => url('/admin/invoices/'.$data['invoice']['id'].'/view')])
|
||||||
Invoice
|
Invoice
|
||||||
|
|||||||
Reference in New Issue
Block a user