<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>Aviso: Pesquisa de Satisfação Respondida</title>
	<?php echo $__env->make('emails.css-style', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</head>
<body>
	<header class="clearfix">
		<div id="logo">

		</div>
		<div id="empresa">
			<h2 class="nome">TW Solutions</h2>
			<div>Av. Emílio Ribas, 1056 - Jardim Vila Galvão - Guarulhos, SP</div>
			<div>(11) 3230-1933</div>
			<div><a href="mailto:suporte@twsolutions.com.br">suporte@twsolutions.com.br</a></div>
		</div>
	</div>
</header>
<main>
	<div id="detalhes" class="clearfix">

		<div id="invoice">
			<h1>AVISO: Dids em <?php echo e($type); ?></h1>
		</div>
	</div>
	<table border="0" cellspacing="0" cellpadding="0">
		<thead>
			<div class="msg">
				Olá, os dids a seguir estão a vários dias em <?php echo e($type); ?> no Telefonia Corporativa.<br>
				<?php foreach($dids as $did): ?>
					<?php echo e($did); ?> <br>
				<?php endforeach; ?>
			</div>
		</thead>  
	</table>
</main>
</body>
</html>