@extends('admin.layout.app') @section('content')

Sửa Quay lại
Thông tin bot
Thông tin cơ bản
{{-- --}}
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 : {{ $alertRecipient->message_alert_status ? 'ENABLED' : 'DISABLED' }}
Trạng thái phụ trách: {{ $alertRecipient->in_charge_all_status ? 'ON DUTY' : 'OFF DUTY' }}
Lịch trình
{{-- --}} {{-- --}}
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
Cấu hình Telegram
Hành động nhanh
@endsection @push('scripts') @endpush