@extends('layouts.admin') @section('title', 'جزئیات گروه یکپارچه') @section('content') ویرایش
@csrf @method('DELETE') حذف
وضعیت گروه
{{ $unifiedGroup->is_active ? 'فعال' : 'غیرفعال' }}
پایش گروه
{{ $unifiedGroup->watch_enabled ? 'فعال' : 'غیرفعال' }}
هوش مصنوعی
{{ $unifiedGroup->ai_enabled ? 'فعال' : 'غیرفعال' }}
ارائه‌دهنده هوش مصنوعی
{{ $unifiedGroup->aiProviderAccount?->name ?: 'پیش‌فرض سیستم' }}
بازه جلوگیری از تکرار
{{ $unifiedGroup->dedupe_window_seconds }} ثانیه
@endsection