Notification
Sent Notification
# | Title | Content | Attachment | Time | Sent to Android | Sent to iOS | Sent to Total | |
---|---|---|---|---|---|---|---|---|
{{ $i }} | {{ $row->title }} | {{ $row->content }} | @if($row->attachment)View File | @elseNo attachment | @endif{{ $row->date }} {{ $row->time }} | {{ $row->sent_to_android }} | {{ $row->sent_to_ios }} | {{ $row->sent_to_android + $row->sent_to_ios }} |
Scheduled Notification
# | Title | Content | Attachment | Scheduled at | |
---|---|---|---|---|---|
{{ $i }} | {{ $row->title }} | {{ $row->content }} | @if($row->attachment)View File | @elseNo attachment | @endif{{ $row->date }} {{ $row->time }} |