mirror of
https://github.com/crater-invoice/crater.git
synced 2025-11-01 06:01:08 -04:00
init crater
This commit is contained in:
11
resources/views/emails/viewed/invoice.blade.php
Normal file
11
resources/views/emails/viewed/invoice.blade.php
Normal file
@ -0,0 +1,11 @@
|
||||
@component('mail::message')
|
||||
# Introduction
|
||||
Customer viewed this Invoice.
|
||||
|
||||
@component('mail::button', ['url' => url('/admin/invoices/'.$data['invoice']['id'].'/view')])
|
||||
Invoice
|
||||
@endcomponent
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
@endcomponent
|
||||
Reference in New Issue
Block a user