@extends('layouts.dashboardnew') @section('content') {{-- filtro por fecha --}} @include('usuario.componentes.filtroPorFecha', ['ruta' => 'buscarnetwork', 'form' => ''])
| ID | Nombre | Correo | Estado | Tipo de Referido | Nivel de Referido | Ingreso | @if($settingEstructura->tipoestructura == 'binaria')Lado | @endif
|---|---|---|---|---|---|---|---|
| {{ $referido['ID'] }} | {{ $referido['nombre'] }} | {{ $referido['email'] }} | @if ($referido['status'] == '0') Inactivo @else Activo @endif | @if($referido['nivel'] == 1) Directo @else Indirecto @endif | {{$referido['nivel']}} | {{ date('d-m-Y', strtotime($referido['fecha'])) }} | @if($settingEstructura->tipoestructura == 'binaria'){{ $referido['lado']}} | @endif