@extends('admin.layout.app') @section('content')
| Tài khoản: | {{ $alertRecipient->user->name }} |
| Tên: | {{ $alertRecipient->name }} |
| Tên người dùng Telegram: | {{ $alertRecipient->tele_name }} |
| Trạng thái nhận cuộc gọi: | {{ $alertRecipient->alert_status ? 'ENABLED' : 'DISABLED' }} |
| Trạng thái nhận tin nhắn : | |
| Trạng thái phụ trách: | {{ $alertRecipient->in_charge_all_status ? 'ON DUTY' : 'OFF DUTY' }} |
| Thời gian nhận cuộc gọi: | {{ $alertRecipient->in_charge_start->format('H:i') }} - {{ $alertRecipient->in_charge_end->format('H:i') }} |
| Nhận toàn bộ cuộc gọi: | @if ($alertRecipient->isOnDuty()) YES @else NO @endif |
| Can Receive Alert: | @if ($alertRecipient->canReceiveAlert()) YES @else NO @endif |
| Cảnh báo cuối cùng: | @if ($alertRecipient->last_alert_time) {{ $alertRecipient->last_alert_time->format('d/m/Y H:i:s') }} @else Never @endif |