<!DOCTYPE html>
<html>
	<head>
		<title> Pruebas de IPN Local </title>
	</head>
	<body style="width: 55%; display: table; margin: 0 auto;">
		<form method="post" action="<?php echo URL::route('SysWebPaypalIPNLocalEnvio'); ?>" style="padding-top: 55px;">
			<fieldset>
				<legend>Envío de mensaje de IPN</legend>
				<label>Mensaje de IPN</label>
				<br>
				<textarea name="mensaje" style="width: 100%; height: 150px;"></textarea>
				<br>
				<span style="color: red;"> <?php echo $errors->first('mensaje'); ?> </span>
				<br>
				<button> Envío de mensaje </button>
			</fieldset>
		</form>
	</body>
</html>