@extends('layouts.dashboardnew') @section('content') {{-- filtro por fecha --}} @include('usuario.componentes.filtroPorFecha', ['ruta' => 'buscarnetwork', 'form' => ''])
@if($settingEstructura->tipoestructura == 'binaria') @endif @foreach ($allReferido as $referido) @if($settingEstructura->tipoestructura == 'binaria') @endif @endforeach
ID Nombre Correo Estado Tipo de Referido Nivel de Referido IngresoLado
{{ $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'])) }}{{ $referido['lado']}}
@endsection @include('usuario.componentes.scripBotones')