{{-- extend layout --}} @extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title','Usuarios') {{-- vendor styles --}} @section('vendor-style') @endsection {{-- page styles --}} @section('page-style') @endsection {{-- page content --}} @section('content')
| TIPO IDENTIFICACIÓN | IDENTIFICACIÓN | NOMBRE/APELLIDO | USERNAME | GENERO | CELULAR | ACCIONES | ||
|---|---|---|---|---|---|---|---|---|
| {{ $usuario->identificationType }} | {{ $usuario->identification }} | {{ $usuario->fullName }} | {{ $usuario->username }} | {{ ($usuario->gender == 1) ? 'Masculino' : 'Femenino' }} | {{ ($usuario->cellPhone == null) ? 'Sin Celular' : $usuario->cellPhone }} |