dootask/resources/views/push/task.blade.php
2022-11-09 14:49:47 +08:00

8 lines
386 B
PHP
Executable File

@if ($type === 'before')
您有一个任务【{{ $task->name }}】还有{{ $setting['task_remind_hours'] }}小时即将超时,请及时处理。
@elseif ($type === 'after')
您的任务【{{ $task->name }}】已经超时{{ $setting['task_remind_hours2'] }}小时,请及时处理。
@else
您有一个新任务【{{ $task->name }}】已开始,请及时处理。
@endif