mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
init crater
This commit is contained in:
10
resources/views/emails/send/estimate.blade.php
Normal file
10
resources/views/emails/send/estimate.blade.php
Normal file
@ -0,0 +1,10 @@
|
||||
@component('mail::message')
|
||||
Check your estimate.
|
||||
|
||||
@component('mail::button', ['url' => url('/customer/estimates/pdf/'.$data['estimate']['unique_hash'])])
|
||||
Get your estimate
|
||||
@endcomponent
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
@endcomponent
|
||||
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