byos_laravel/resources/views/mail/battery-low.blade.php
2025-06-18 16:05:40 +02:00

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>