ClubEnsayos.com - Ensayos de Calidad, Tareas y Monografias
Buscar

Codigo para envio de Emails en Blade


Enviado por   •  14 de Mayo de 2018  •  Tareas  •  595 Palabras (3 Páginas)  •  97 Visitas

Página 1 de 3

<div style="width:650px; background:#EEE; margin:0 auto; padding:4px 0; font-family:helvetica; font-size:12px;">

<div style="background:#FFF; margin:20px;">

<div style="background:#AD271D;color:#fff; padding:10px; text-align:right;">

<a href="#" style="color:#fff; text-decoration:none;"><img src="http://www.test.com/images/fb.png" border="0" align="top" />&nbsp;&nbsp;&nbsp;<?php echo _("Síguenos en Facebook");?></a>

</div>

<div style="background:#AD271D;color:#fff; padding:10px; text-align:center;">

<img src="http://www.dyna.com.co/images/logo.png" width='200' border="0" />

</div>

<div style="padding:25px;">

<p><?php echo _("Nuevo pedido Dyna E-commerce");?></p>

<br />

<h2><?php echo _("Datos del Usuario") ?></h2>

<strong><?php echo _("Nombre");?>:</strong> {{ $user['name'] }} <br />

<strong><?php echo _("Email");?>:</strong> {{ $user['email'] }} <br />

<strong><?php echo _("Telefono");?>:</strong> {{ $user['telefono'] }} <br />

<strong><?php echo _("Celular");?>:</strong> {{ $user['celular'] }} <br />

<strong><?php echo _("Provincia");?>:</strong> {{ $user['provincia'] }} <br />

<strong><?php echo _("Ciudad");?>:</strong> {{ $user['ciudad'] }} <br />

<strong><?php echo _("Observaciones");?>:</strong> {{ $user['message'] }} <br /><br />

<h2><?php echo _("Contenido del Pedido") ?></h2>

<table style="border: 1px solid #ccc">

<thead>

<tr>

<!--<th width="6%"></th>-->

<th width="40%"><?php echo _("Producto"); ?></th>

<th width="8%"><?php echo _("Cantidad"); ?></th>

<th width="12%"><?php echo _("Precio"); ?></th>

<th width="12%"><?php echo _("Sub-Total");?></th>

</tr>

</thead>

<tbody>

@forelse ($cart_contents as $item)

<tr>

...

Descargar como (para miembros actualizados)  txt (3 Kb)   pdf (44 Kb)   docx (12 Kb)  
Leer 2 páginas más »
Disponible sólo en Clubensayos.com