= $this->extend('templates/baseAdmin') ?>
= $this->section('content') ?>
Nombre |
Email |
Status |
Revisar |
= $solicitud['nombre'] . ' ' . $solicitud['apaterno'] . ' ' . $solicitud['amaterno'] ?> |
= $solicitud['email'] ?> |
= $solicitud['status'] == 0 ? 'Por aprobar' : 'Rechazada' ?> |
|
= $this->endSection() ?>