17 lines
301 B
PHP
17 lines
301 B
PHP
<x-mail::message>
|
|
<img src="{{$message->embed($logoPath)}}" alt="Smartcane Logo">
|
|
|
|
# }}) Smartcane - +31 6 2037 6734
|
|
|
|
## Report update for {{$subject}}
|
|
|
|
**Body:**
|
|
|
|
{{$mailingContent}}
|
|
|
|
Thanks,<br>
|
|
|
|
{{config('app.name')}}
|
|
|
|
</x-mail::message>
|