SmartCane/laravel_app/resources/views/emails/scheduled-report.blade.php
2024-06-13 09:06:36 +02:00

17 lines
301 B
PHP

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