@extends('BaseSistemaWeb') @section('CSS') @stop @section('Contenido')

Sitio Web

@if (Session::has('message'))
{{ Session::get('message') }}
@endif

Editar Tema {{ $Tema->nombre }}

{{ Form::open(array('route' => array('SysWebGClientesTemaMembresiaEditar', $Tema->id), 'method' => 'post', 'class' => 'form-horizontal row-border', 'id' => 'frmAgregar', 'files' => true)) }}
{{ $errors->first('nombre') }}


{{ Form::file('imagen', array('class' => '', 'id' => 'imagen')) }} {{ $errors->first('imagen') }}
{{ $errors->first('slActivar') }}
{{ $errors->first('ruta') }}
{{ Form::submit('Editar', array('class' => 'btn btn-warning', 'id' => 'btnAgregar')) }} {{ HTML::linkRoute('SysWebGClientesTemasMembresia', 'Cancelar', array(), array('class' => 'btn btn-default')) }}
{{ Form::close() }}
@stop @section('JS') @stop @section('JSOr') @stop