<?php $__env->startSection('CSS'); ?>
<?php $__env->stopSection(); ?>


<?php $__env->startSection('Contenido'); ?>
<div class="row">
	<div class="col-md-12">
		<h2><i class="fa fa-dashboard"></i> Panel de control </h2>
	</div><!--/col-md-12-->
</div><!--/row-->

<div class="row">
	<?php if( Auth::user()->tipo == 'A' ): ?>
	<div class="col-md-6">
		<div class="block-web">
			<h3 class="content-header"> Formulario de registro inicial </h3>
			<div class="porlets-content">
				<div class="table-responsive">
					<table class="table table-striped table-bordered table-hover">
						<thead>
							<tr>
								<th class="col-md-6"> Formulario </th>
								<th class="col-md-4"> Cliente </th>
								<th class="col-md-2"> Acciones </th>
							</tr>
						</thead>
						<tbody>
							<tr class="danger"> <td colspan="3"> No existe ningún formulario de registro inicial </td> </tr>
						</tbody>
					</table>
				</div>
			</div>
			<div class="bottom"> </div>
		</div>
	</div>
	<div class="col-md-6">
		<a href="<?php echo URL::route('SysWebEmailMarketingConfPerfiles'); ?>"> Pruebas </a>
		<a href="<?php echo URL::route('SysWebEmailMarketingSNSEndPointBounces'); ?>"> EndPoint Bounces </a>
		<a href="<?php echo URL::route('SysWebEmailMarketingSNSEndPointComplaints'); ?>"> EndPoint Complaints </a>
		<a href="<?php echo URL::route('SysWebPAterrizajeConversion'); ?>"> Conversiones </a>
	</div>
	<?php endif; ?>
</div><!--/row end-->
<?php $__env->stopSection(); ?>

<?php $__env->startSection('JS'); ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('JSOr'); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('BaseSistemaWeb', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>