@extends('layouts.app') @section('content')

Buscar pruebas

{{ number_format($tests->total()) }} pruebas visibles en la organizacion activa.

Crear A/B
Limpiar

Historial A/B

Pagina {{ $tests->currentPage() }} de {{ max($tests->lastPage(), 1) }}.

@forelse ($tests as $test) @empty @endforelse
Prueba Campana base Audiencia Estado Creada
{{ $test->name }}
{{ number_format((int) $test->variants_count) }} aliases
{{ $test->sourceCampaign?->name ?: '-' }}
{{ $test->sourceCampaign?->subject ?: '' }}
{{ number_format((int) $test->source_audience_total) }} receptores
{{ number_format((int) $test->sample_size_per_variant) }} por variante
{{ $test->status }} {{ optional($test->created_at)->format('Y-m-d H:i:s') }}
No hay pruebas A/B con esos filtros.
{{ $tests->links() }}
@endsection