Merge branch 'main' of https://github.com/lizandrogd/sirpremiumv2
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user