@extends('BaseSistemaWeb') @section('CSS') @stop @section('Contenido')
| TĂtulo | Recurso | Mantenimiento |
|---|---|---|
| {{ $Recurso->titulo }} |
@if($ext == 'xlsx')
@elseif($ext == 'docx')
@elseif($ext == 'pdf')
@else
@endif
|
{{ Form::button('Eliminar', array('class' => 'btn btn-danger', 'onclick' => 'Eliminar('.$Recurso->id.')')) }} |
| No existe ningĂșn recurso descargable agregado | ||