This commit is contained in:
Felipe
2023-11-07 08:48:04 -05:00
6 changed files with 33 additions and 8 deletions
@@ -1004,6 +1004,7 @@
@if (!empty($cuenta->servicio->ver_url))
*URL:* {{ $cuenta->servicio->url }}
@else
*Servicio:* {{ $cuenta->servicio->nombre }} @foreach ($cuenta->perfil as $perfil)
@if ($cuentas->id == $perfil->historial_id && $cuenta->estado == 'activo')
- Perfil {{ $perfil->perfil }} @if (!empty($cuenta->servicio->perfiles))
@@ -391,7 +391,7 @@
@php
$n = 0;
@endphp
{{ dd($cuentas->cuentas) }}
@foreach ($cuentas->cuentas->unique() as $cuenta)
@php
$n++;