Plantillas
@if(count($plantillas))
@else
@endif
| Nombre | Dias | Descripcion | Activa | Editar |
|---|---|---|---|---|
| {{ $plantilla->nombre }} | {{ $plantilla->dias }} | {{ $plantilla->descripcion }} | {!! $plantilla->act ? "" : ""!!} |
No Existen Registros