mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04: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
|