mirror of
https://github.com/crater-invoice/crater.git
synced 2025-12-16 02:12:54 -05:00
init crater
This commit is contained in:
10
resources/views/emails/send/invoice.blade.php
Normal file
10
resources/views/emails/send/invoice.blade.php
Normal file
@@ -0,0 +1,10 @@
|
||||
@component('mail::message')
|
||||
Thanks for buying.
|
||||
|
||||
@component('mail::button', ['url' => url('/customer/invoices/pdf/'.$data['invoice']['unique_hash'])])
|
||||
Get your invoice
|
||||
@endcomponent
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
@endcomponent
|
||||
Reference in New Issue
Block a user