@extends('BaseSistemaWeb') @section('CSS') @stop @section('Contenido')
Nombre | Tema | Acciones | |
---|---|---|---|
{{ $Tema->nombre }} |
|
{{ HTML::linkRoute('SysWebSWebPlantillasxTema', 'Plantillas', array($Tema->id), array('class' => 'btn btn-success')) }} {{ HTML::linkRoute('SysWebSWebTemaEditar', 'Editar', array($Tema->id), array('class' => 'btn btn-warning')) }} {{ Form::open(array('method'=> 'post', 'route' => 'SysWebSWebTemaDelete', 'style' => 'display: inline-block;', 'class' => 'frm-eliminar')) }} {{ Form::hidden('id', $Tema->id, array('id' => 'idP')) }} {{ Form::submit('Eliminar', array('class' => 'btn btn-danger')) }} {{ Form::close() }} | |
No existe ningĂșn tema agregado |