@if(session('success'))
{{ session('success') }}
@endif @if(session('info'))
{{ session('info') }}
@endif @if(session('error'))
{{ session('error') }}
@endif {{-- Stats --}} {{-- Tabla --}}

Aplicaciones {{ $applications->total() }}

@forelse($applications as $app) @php [$badgeLabel, $badgeClass] = $app->status_badge; @endphp @empty @endforelse
Empresa Solicitante Mercado Volumen estimado Estado Aplicó Acción
{{ $app->business_name }}
@if($app->business_url) {{ parse_url($app->business_url, PHP_URL_HOST) ?? $app->business_url }} @endif
{{ $app->user?->email ?? '—' }}
{{ trim(($app->user?->first_name ?? '') . ' ' . ($app->user?->last_name ?? '')) }}
{{ \App\Models\ResellerApplication::targetMarketOptions()[$app->target_market] ?? '—' }} {{ \App\Models\ResellerApplication::clientsEstimateOptions()[$app->monthly_clients_estimate] ?? '—' }} {{ $badgeLabel }} {{ $app->created_at?->diffForHumans() }} Ver
Sin aplicaciones con esos filtros.
@if(request()->hasAny(['q', 'status'])) Limpiar filtros @endif
{{ $applications->links() }}