mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
7 lines
195 B
PHP
7 lines
195 B
PHP
<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>
|