@extends('admin.layout.app') @section('title', 'Danh sách tel bot | LVT') @section('content')

@if(Auth::user()->role_id == 1) Thêm mới @endif
Danh sách bot
{{-- --}} @foreach ($recipients as $recipient) {{-- --}} @endforeach
Tele Name Nhận thông báo cuộc gọi Nhận thông báo tin nhắn Nhận toàn bộ cuộc gọi (report daily) Nhận thông báo gỡ appLast Alert In Charge Duty TimeHành động
{{ $recipient->tele_name }} @if ($recipient->last_alert_time) {{ $recipient->last_alert_time->format('d/m/Y H:i') }} @else Never @endif {{ $recipient->in_charge_start->format('H:i') }} - {{ $recipient->in_charge_end->format('H:i') }} @if ($recipient->isOnDuty())
Currently On Duty @endif
@csrf @method('DELETE')
@endsection @push('styles') @endpush @push('scripts') @endpush