@extends('layouts.dashboardnew') @section('content') {{-- buscador --}}

Filtrar por Usuario

'>

ID
{{ $elemento['ID'] }}
Nombre
{{ $elemento['nombre'] }}
@if (!empty($settingPuntos))
Puntos Personales
{{ $elemento['personales'] }}
Puntos de Red
{{ $elemento['red'] }}
@endif
Rango
{{ $elemento['rol'] }}
Fecha Ingreso
{{ date('d-m-Y', strtotime($elemento['fechaingreso'])) }}
'>
@endif @endif @endforeach @endif @endif @endforeach
@if ($principal == 'NO') @endif
@endsection