@extends('layouts.admin') @section('title', 'کاربران پنل') @section('content')
@forelse($items as $item) @empty @endforelse
نام موبایل وضعیت ربات ارائه‌دهنده هوش مصنوعی جزئیات
{{ $item->display_name ?: '-' }} {{ $item->mobile }} {{ $item->is_active ? 'فعال' : 'غیرفعال' }} {{ $item->bot_enabled ? 'روشن' : 'خاموش' }} {{ $item->aiProviderAccount?->name ?: 'پیش‌فرض سیستم' }} مشاهده
کاربری ثبت نشده است.
{{ $items->links() }}
@endsection