@forelse($cuentas as $cuenta) {{-- Columna 1: Toggle Switch --}} {{-- Columna 2: Tipo de Método --}} {{-- Columna 3: Datos Específicos --}} {{-- Columna 4: Acciones --}} @empty @endforelse
Estado Tipo / Entidad Datos de Recepción Acciones
@php $metodoBadge = match($cuenta->tipo_metodo) { 'pago_movil' => 'bg-purple-50 text-purple-700 border-purple-200', 'zelle' => 'bg-indigo-50 text-indigo-700 border-indigo-200', 'binance' => 'bg-yellow-50 text-yellow-700 border-yellow-200', 'transferencia' => 'bg-blue-50 text-blue-700 border-blue-200', 'efectivo_usd', 'efectivo_bs' => 'bg-green-50 text-green-700 border-green-200', default => 'bg-gray-50 text-gray-700 border-gray-200', }; @endphp {{ str_replace('_', ' ', $cuenta->tipo_metodo) }} @if($cuenta->banco_entidad)

{{ $cuenta->banco_entidad }}

@endif
@if($cuenta->nombre_titular)

{{ $cuenta->nombre_titular }}

@endif
@if($cuenta->telefono) TEL: {{ $cuenta->telefono }} @endif @if($cuenta->identificacion) CI/RIF: {{ $cuenta->identificacion }} @endif @if($cuenta->email) EMAIL: {{ $cuenta->email }} @endif @if($cuenta->numero_cuenta) CTA: {{ $cuenta->numero_cuenta }} @endif
account_balance_wallet

No hay métodos de pago configurados

{{ $cuentas->links('pagination::tailwind') }}