@extends('BaseSistemaWeb') @section('CSS') {{ HTML::style('Prettify/prettify.min.css') }} @stop @section('Contenido')
<div style="margin: 0px auto;">
<iframe id="{{ $Formulario->token }}" style="width: 100%;" src="{{ URL::route('SysWebEmailMarketingFormulario', array($Formulario->token)) }}" frameborder="0" scrolling="no"></iframe>
</div>
<script src="{{ asset('iframe-resizer/iframeResizer.min.js') }}"></script>
<script type="text/javascript">
<!--
iFrameResize({log:false, checkOrigin:false}, document.getElementById("{{ $Formulario->token }}"));
//--></script>