@extends('layouts.dashboardnew') @section('content') {{-- filtro por fecha --}} @include('usuario.componentes.filtroPorFecha', ['ruta' => 'buscardirectos', 'form' => ''])
| ID | Nombre | Correo | Estado | Ingreso | @if($settingEstructura->tipoestructura == 'binaria')Lado | @endif @foreach ($referidosDirectos as $referido)
|---|---|---|---|---|---|
| {{ $referido->ID }} | {{ $referido->display_name }} | {{ $referido->user_email }} | @if ($referido->status == '0') Inactivo @else Activo @endif | {{ date('d-m-Y', strtotime($referido->created_at)) }} | @if($settingEstructura->tipoestructura == 'binaria'){{ $referido->ladomatriz}} | @endif