mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 21:44:51 +00:00
13 lines
174 B
PHP
13 lines
174 B
PHP
@component('mail::message')
|
|
# Test Email
|
|
|
|
{{ $my_message }}
|
|
|
|
@component('mail::button', ['url' => ''])
|
|
Test
|
|
@endcomponent
|
|
|
|
Thanks,<br>
|
|
{{ config('app.name') }}
|
|
@endcomponent
|