@extends('BaseSistemaWeb') @section('CSS') @stop @section('Contenido')
Nombre | Tipo | Plantilla | Acciones |
---|---|---|---|
{{ $Plantilla->nombre }} | {{ $Plantilla->tipo }} |
|
{{ HTML::linkRoute('SysWebPAterrizajePlantillaEditar', 'Editar', array($Plantilla->id), array('class' => 'btn btn-warning')) }} {{ Form::open(array('method'=> 'post', 'route' => 'SysWebPAterrizajePlantillaDelete', 'style' => 'display: inline-block;')) }} {{ Form::hidden('id', $Plantilla->id, array('id' => 'idP')) }} {{ Form::submit('Eliminar', array('class' => 'btn btn-danger')) }} {{ Form::close() }} |
No existe ningúna plantilla agregada |