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

@if(Auth::user()->role_id == 1) Thêm mới @endif
Danh sách bot
{{-- --}} @foreach ($recipients as $recipient) {{-- --}} @endforeach
No. Name 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ọiLast Alert In Charge Duty TimeActions
{{ $recipient->id }} {{ $recipient->name }} {{ $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