diff --git a/resources/views/livewire/show-servicios.blade.php b/resources/views/livewire/show-servicios.blade.php index c97f855..f30f7ac 100644 --- a/resources/views/livewire/show-servicios.blade.php +++ b/resources/views/livewire/show-servicios.blade.php @@ -391,7 +391,7 @@ @php $n = 0; @endphp - {{ dd($cuentas->cuentas) }} + @foreach ($cuentas->cuentas->unique() as $cuenta) @php $n++;