@extends('layouts.diseño') @section('contenido')
| Identificación | Primer Apellido | Primer Nombre | Genero | Fecha de Nacimiento | Plantel Académico | Turno | Numero RNI | Condición | Estatus | Revertir |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $user->Cedula}} | {{ strtoupper($user->PrimerApellido)}} | {{ strtoupper($user->PrimerNombre)}} | {{ $user->Genero}} | {{ $user->FechaNacimiento}} | {{ $user->namePlantel }} | {{ $user->TurnoEstudio}} | {{ $user->NumeroRNI}} | {{ $user->condicion}} | @if($SIGETRASPASO === $user->EnviadoSIGE) @else{!! Form::open(['method' => 'get','route' => ['eliminar.revertir'],'style'=>'display:inline']) !!} {!! Form::close() !!} | @endif
No hay datos cargados
@endif