@extends('BaseSistemaWeb') @section('CSS') {{ HTML::style('jQueryLivePreview/css/livepreview-demo.css') }} @stop @section('Contenido')

Video Tutoriales

Listado de recursos descargables del video {{ $Video->titulo }}

@forelse($VinculosApoyos as $VinculoApoyo) @empty @endforelse
TĂ­tulo Recurso Mantenimiento
{{ $VinculoApoyo->titulo }} {{ HTML::link($VinculoApoyo->ruta, $VinculoApoyo->titulo, array('target' => '_blank', 'class' => 'livepreview'), true)}} {{ HTML::linkRoute('SysWebVTutorialesModulosVideosVinculosEditar', 'Editar', array($Modulo->id, $Video->id, $VinculoApoyo->id), array('class' => 'btn btn-warning')) }} {{ Form::button('Eliminar', array('class' => 'btn btn-danger', 'onclick' => 'Eliminar('.$Video->id.')')) }}
No existe ningĂșn recurso descargable agregado
{{ HTML::linkRoute('SysWebVTutorialesModulosVideosVinculosAgregar', 'Agregar', array($Modulo->id, $Video->id), array('class' => 'btn btn-primary')) }}
@stop @section('JS') {{ HTML::script('jQueryLivePreview/js/jquery-live-preview.min.js') }} @stop @section('JSOr') $(".livepreview").livePreview(); @stop