mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +00:00
feat(#36): add Mail notification on Low Battery
This commit is contained in:
parent
1122764333
commit
33e1f99fad
11 changed files with 375 additions and 0 deletions
7
resources/views/mail/battery-low.blade.php
Normal file
7
resources/views/mail/battery-low.blade.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<x-mail::message>
|
||||
# Battery Low
|
||||
|
||||
The battery of {{ $device->name }} is running below {{ $device->battery_percent }}%. Please charge your device soon.
|
||||
|
||||
{{ config('app.name') }}
|
||||
</x-mail::message>
|
||||
Loading…
Add table
Add a link
Reference in a new issue