@if (count($data) > 0) @foreach($data as $row) @endforeach @endif
Tipo Nombre Apellidos Correo Teléfono Estatus Acciones
@if ($row->type_user == 1) CADIAN @elseif ($row->type_user == 2) CLIENTE @endif {{ $row->name }} {{ $row->surname }} {{ $row->email }} {{ $row->telephone != null ? $row->telephone : '- Sin definir -' }} @if ($row->status == 1) Activo @elseif ($row->status == 2) Baneado @endif
@include('ajax.paginacion')