Carga inicial
This commit is contained in:
164
resources/views/email/emailRecuperar.blade.php
Normal file
164
resources/views/email/emailRecuperar.blade.php
Normal file
@@ -0,0 +1,164 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
|
||||
<style type="text/css" rel="stylesheet" media="all">
|
||||
/* Media Queries */
|
||||
@media only screen and (max-width: 500px) {
|
||||
.button {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
img
|
||||
{
|
||||
margin: 0 auto;
|
||||
margin-top: 50px;
|
||||
text-align: center;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
#barraRojo
|
||||
{
|
||||
background-color: whitesmoke;
|
||||
color: #001870;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<?php
|
||||
|
||||
$style = [
|
||||
/* Layout ------------------------------ */
|
||||
|
||||
'body' => 'margin: 0 auto; padding: 0; width: 100%; background-color: #F2F4F6;',
|
||||
'email-wrapper' => 'width: 100%; margin: 0; padding: 0; background-color: #F2F4F6;',
|
||||
|
||||
/* Masthead ----------------------- */
|
||||
|
||||
'email-masthead' => 'padding: 25px 0; text-align: center;',
|
||||
'email-masthead_name' => 'font-size: 16px; font-weight: bold; color: #2F3133; text-decoration: none; text-shadow: 0 1px 0 white;',
|
||||
|
||||
'email-body' => 'width: 100%; margin: 0 auto; padding: 0; border-top: 1px solid #EDEFF2; border-bottom: 1px solid #EDEFF2; background-color: #FFF;',
|
||||
'email-body_inner' => 'width: auto; max-width: 570px; margin: 0 auto; padding: 0;',
|
||||
'email-body_cell' => 'margin:0 auto; padding: 35px;',
|
||||
|
||||
'email-footer' => 'color: #FFFFFF; width: auto; max-width: 570px; margin: 0 auto; padding: 0; text-align: center;',
|
||||
'email-footer_cell' => 'color: #FFFFFF; padding-top: 20px; padding-bottom: 20px; padding-left: 50px; padding-right: 50px; text-align: center;',
|
||||
|
||||
/* Body ------------------------------ */
|
||||
|
||||
'body_action' => 'width: 100%; margin: 30px auto; padding: 0; text-align: center;',
|
||||
'body_sub' => 'margin-top: 25px; padding-top: 25px; border-top: 1px solid #EDEFF2;',
|
||||
|
||||
/* Type ------------------------------ */
|
||||
|
||||
'anchor' => 'color: #3869D4;',
|
||||
'header-1' => 'margin-top: 0; color: #2F3133; font-size: 19px; font-weight: bold; text-align: left;',
|
||||
'paragraph' => 'margin-top: 0; color: #74787E; font-size: 16px; line-height: 1.5em;',
|
||||
'paragraph-sub' => 'margin-top: 0; color: #74787E; font-size: 12px; line-height: 1.5em;',
|
||||
'paragraph-center' => 'text-align: center;',
|
||||
|
||||
/* Buttons ------------------------------ */
|
||||
|
||||
'button' => 'display: block; display: inline-block; width: 200px; min-height: 20px; padding: 10px;
|
||||
background-color: #3869D4; border-radius: 3px; color: #ffffff; font-size: 15px; line-height: 25px;
|
||||
text-align: center; text-decoration: none; -webkit-text-size-adjust: none;',
|
||||
];
|
||||
?>
|
||||
|
||||
<?php $fontFamily = 'font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif;'; ?>
|
||||
|
||||
<body style="{{ $style['body'] }}">
|
||||
<table width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td style="{{ $style['email-wrapper'] }}" align="center">
|
||||
<table width="100%" cellpadding="0" cellspacing="0">
|
||||
<!-- Logo -->
|
||||
<tr id="barraRojo">
|
||||
<td style="{{ $style['email-masthead'] }}">
|
||||
<a style="{{ $fontFamily }} {{ $style['email-masthead_name'] }}" href="{{ url('/') }}" target="_blank">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- Email Body -->
|
||||
<tr>
|
||||
<td style="{{ $style['email-body'] }}" width="100%">
|
||||
|
||||
<table style="{{ $style['email-body_inner'] }}" align="center" cellpadding="0" cellspacing="0">
|
||||
|
||||
<tr align="center">
|
||||
<img style="{{ $fontFamily }} {{ $style['email-footer_cell'] }} background-color: #001870;" align="center" src="{{ $message->embed(resource_path() . '/assets/images/logo.png') }}">
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td style="{{ $fontFamily }} {{ $style['email-body_cell'] }}">
|
||||
<!-- Greeting -->
|
||||
<h1 style="{{ $style['header-1'] }}">
|
||||
Hola!
|
||||
{{$user->first_name}} {{$user->last_name}}
|
||||
</h1>
|
||||
|
||||
<h1 style="{{ $style['header-1'] }}">
|
||||
@if (! empty($greeting))
|
||||
{{ $greeting }}
|
||||
|
||||
@endif
|
||||
</h1>
|
||||
|
||||
<!-- Intro -->
|
||||
|
||||
<p style="{{ $style['paragraph'] }}">
|
||||
Ha solicitado un reestablecimiento de contraseña, la contraseña con la que podrá acceder es la siguiente:
|
||||
</p>
|
||||
<!-- Action Button -->
|
||||
<table style="{{ $style['body_action'] }}" align="center" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td align="center" style="background: #E63C2D; color: white; font-weight: bold;">
|
||||
|
||||
<h1>{{$user->nueva}}</h1>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- Outro -->
|
||||
<p style="{{ $style['paragraph'] }}">
|
||||
Si no solicitó un restablecimiento de contraseña, no se requiere ninguna acción adicional.
|
||||
</p>
|
||||
|
||||
<!-- Salutation -->
|
||||
<p style="{{ $style['paragraph'] }}">
|
||||
Saludos,<br>{{ config('app.name') }}
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- Footer -->
|
||||
<tr>
|
||||
<td>
|
||||
<table align="center" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td id="barraRojo">
|
||||
<p>
|
||||
Derechos reservados ©
|
||||
<a style="text-decoration: none; color: #E63C2D;" href="http://www.ie-soluciones.com" target="_blank">IE-Soluciones {{ date('Y') }}</a>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
251
resources/views/email/emailRespuestasOperador.blade.php
Normal file
251
resources/views/email/emailRespuestasOperador.blade.php
Normal file
@@ -0,0 +1,251 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><!-- Define el contenido basado en codificación utf-8 (funcionará cuando se vea en la web) -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"><!-- Estándar mobile permite elegir como se mostrará nuestra página en los navegadores de estos de dispositivos móviles, especificando el ancho que tendrá la página dentro del navegador -->
|
||||
<title>Responsive</title><!-- Titulo de el correo (funcionará cuando se vea en la web) -->
|
||||
<style type="text/css"><!-- Definimos estilos por defecto -->
|
||||
/* Estilos para clientes especificos */
|
||||
#outlook a {padding:0;} /* Fuerza al cliente de Outlook a generar un boton para ver en la web de forma nativa. */
|
||||
body{width:100% !important;margin: 0 !important;padding: 0 !important;} .ReadMsgBody{width:100%; !important} .ExternalClass{width:100% !important;} /* Fuerza a Hotmail a mostrar el email a su ancho completo */
|
||||
|
||||
/* Plataformas Webkit y Windows Mobile. */
|
||||
body{-webkit-text-size-adjust:none; -ms-text-size-adjust:none;} /* Previene a la plataforma para aplicaciones Webkit y Windows Mobile que reemplace las fuentes determinadas en los estilos. */
|
||||
img {outline:none; text-decoration:none;border:none; -ms-interpolation-mode: bicubic;}
|
||||
a img {border:none;}
|
||||
p {margin: 0px 0px !important;}
|
||||
table td {border-collapse: collapse;}
|
||||
table { border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; }
|
||||
#backgroundTable {margin:0; padding:0; width:100% !important; line-height: 100% !important;}
|
||||
#colorCheck{
|
||||
color: #CE402D!important;
|
||||
}
|
||||
|
||||
/*################################################*/
|
||||
/* Resolución 640px (iPad) */
|
||||
/*################################################*/
|
||||
@media only screen and (max-width: 500px) {
|
||||
a[href^="tel"], a[href^="sms"] { text-decoration: none;color: #ffffff; pointer-events: none;cursor: default;}
|
||||
.mobile_link a[href^="tel"], .mobile_link a[href^="sms"] { text-decoration: default; color: #ffffff !important;pointer-events: auto;cursor: default;}
|
||||
table[class=devicewidth] {width: 440px!important;text-align:center!important;}
|
||||
table[class=devicewidthinner] {width: 440px!important;text-align:center!important;}
|
||||
td[class="menu"]{text-align:center !important;}
|
||||
#colorCheck{
|
||||
color: #CE402D!important;
|
||||
font-weight: bold!important;
|
||||
font-size: 1.5em!important;
|
||||
}
|
||||
}
|
||||
/*##############################################*/
|
||||
/* Resolución 480px (iPhone) */
|
||||
/*##############################################*/
|
||||
@media only screen and (max-width: 480px) {
|
||||
a[href^="tel"], a[href^="sms"] {text-decoration: none; color: #ffffff;pointer-events: none;cursor: default;}
|
||||
.mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {text-decoration: default;color: #ffffff !important; pointer-events: auto; cursor: default;}
|
||||
table[class=devicewidth] {width: 280px!important;text-align:center!important;}
|
||||
table[class=devicewidthinner] {width: 280px!important;text-align:center!important;}
|
||||
td[class=titulo] {width: 280px!important;text-align:center!important;}
|
||||
img[class="bigimage"]{width: 260px!important;}
|
||||
#colorCheck{
|
||||
color: #CE402D!important;
|
||||
font-weight: bold!important;
|
||||
font-size: 1.5em!important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="block">
|
||||
<table width="100%" bgcolor="#001870" cellpadding="0" cellspacing="0" border="0" id="backgroundTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="100%">
|
||||
<table width="600" bgColor="001870" cellpadding="0" cellspacing="0" bgcolor="#001870" border="0" align="center" class="devicewidth" >
|
||||
<tbody>
|
||||
<tr height="50">
|
||||
<td>
|
||||
<table width="600" cellpadding="0" cellspacing="0" border="0" align="left" class="devicewidth">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="600"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<div class="block">
|
||||
<table width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" id="backgroundTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="100%">
|
||||
<table width="600" cellpadding="0" cellspacing="0" bgcolor="#ffffff" border="0" align="center" class="devicewidth" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<table width="600" align="left" border="0" cellpadding="0" cellspacing="0" class="devicewidthinner">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<img src="{{ $message->embed(resource_path('assets/images/logos').'/logo_drenax.png') }}" alt="" border="0" style=" border:none; width: 90%">
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr height="40"></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="block" align="center">
|
||||
<table width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" id="backgroundTable">
|
||||
<tbody>
|
||||
<tr style="font-family: Helvetica, arial, sans-serif;">
|
||||
<h1 style="color: #001770" align="center" >REVISIÓN</h1>
|
||||
<table width="50%" border="1" bordercolor="#000000" cellpadding="2" cellspacing="2" align="center" >
|
||||
<thead>
|
||||
<tr style="background-color: #CE402D; color: #fff;">
|
||||
<th> Tipo</th>
|
||||
<th> Niveles</th>
|
||||
<th> Comentarios </th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@foreach($revision as $r)
|
||||
<tr>
|
||||
<td rowspan="1">{{ $r->nombre }}
|
||||
</td>
|
||||
@if($r->tipo_radio_btn == 1)
|
||||
<td rowspan="1">{{ $r->respuesta_radio_btn }}</td>
|
||||
@else
|
||||
<td>N/A</td>
|
||||
@endif
|
||||
<td rowspan="1">
|
||||
@if($r->tipo_text == 1)
|
||||
{{$r->respuesta_text}}
|
||||
@endif
|
||||
</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
</table>
|
||||
</tr>
|
||||
<tr style="font-family: Helvetica, arial, sans-serif;">
|
||||
<h1 style="color: #001770" align="center" >HERRAMIENTAS</h1>
|
||||
<table width="50%" border="1" bordercolor="#000000" cellpadding="2" cellspacing="2" align="center" >
|
||||
<thead>
|
||||
<tr style="background-color: #CE402D; color: #fff;">
|
||||
<th> Tipo</th>
|
||||
<th> Respuesta </th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@foreach($herramienta as $h)
|
||||
<tr>
|
||||
<td rowspan="1">{{$h->nombre}}</td>
|
||||
<td align="center">
|
||||
@if($h->tipo_checkbox == 1)
|
||||
@if($h->respuesta_checkbox == 1)
|
||||
<span style="color: #CE402D!important; font-weight: bold!important; font-size: 1.7em!important;" id="colorCheck">✓</span>
|
||||
@else
|
||||
<span style="color: #CE402D!important; font-weight: bold!important; font-size: 1.7em!important;" id="colorCheck">✗</span>
|
||||
@endif
|
||||
@endif
|
||||
|
||||
@if($h->tipo_text == 1)
|
||||
{{$h->respuesta_text}}
|
||||
@endif
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
</table>
|
||||
</tr>
|
||||
<tr style="font-family: Helvetica, arial, sans-serif;">
|
||||
<h1 style="color: #001770" align="center" >MATERIAL</h1>
|
||||
<table width="50%" border="1" bordercolor="#000000" cellpadding="2" cellspacing="2" align="center" >
|
||||
<thead>
|
||||
<tr style="background-color: #CE402D; color: #fff;">
|
||||
<th> Tipo</th>
|
||||
<th> Respuesta </th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@foreach($material as $m)
|
||||
<tr>
|
||||
<td rowspan="1">{{ $m->nombre }}</td>
|
||||
<td align="center">
|
||||
|
||||
@if($m->tipo_checkbox ==1)
|
||||
@if($m->respuesta_checkbox == 1)
|
||||
<span style="color: #CE402D!important; font-weight: bold!important; font-size: 1.5em!important;" id="colorCheck">✓</span>
|
||||
@else
|
||||
<span style="color: #CE402D!important; font-weight: bold!important; font-size: 1.5em!important;" id="colorCheck">✗</span>
|
||||
@endif
|
||||
@endif
|
||||
|
||||
@if($m->tipo_text == 1)
|
||||
{{$m->respuesta_text}}
|
||||
@endif
|
||||
</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
</table>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<div class="block">
|
||||
<table width="100%" bgcolor="#001870" cellpadding="0" cellspacing="0" border="0" id="backgroundTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="100%">
|
||||
<table width="600" bgColor="#001870" cellpadding="0" cellspacing="0" bgcolor="#001870" border="0" align="center" class="devicewidth" >
|
||||
<tbody>
|
||||
<tr height="50">
|
||||
<td>
|
||||
<table width="600" cellpadding="0" cellspacing="0" border="0" align="left" class="devicewidth">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="600"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
308
resources/views/email/emailSolicitudServicio.blade.php
Normal file
308
resources/views/email/emailSolicitudServicio.blade.php
Normal file
@@ -0,0 +1,308 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><!-- Define el contenido basado en codificación utf-8 (funcionará cuando se vea en la web) -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"><!-- Estándar mobile permite elegir como se mostrará nuestra página en los navegadores de estos de dispositivos móviles, especificando el ancho que tendrá la página dentro del navegador -->
|
||||
<title>Responsive</title><!-- Titulo de el correo (funcionará cuando se vea en la web) -->
|
||||
<style type="text/css"><!-- Definimos estilos por defecto -->
|
||||
/* Estilos para clientes especificos */
|
||||
#outlook a {padding:0;} /* Fuerza al cliente de Outlook a generar un boton para ver en la web de forma nativa. */
|
||||
body{width:100% !important;margin: 0 !important;padding: 0 !important;} .ReadMsgBody{width:100%; !important} .ExternalClass{width:100% !important;} /* Fuerza a Hotmail a mostrar el email a su ancho completo */
|
||||
|
||||
/* Plataformas Webkit y Windows Mobile. */
|
||||
body{-webkit-text-size-adjust:none; -ms-text-size-adjust:none;} /* Previene a la plataforma para aplicaciones Webkit y Windows Mobile que reemplace las fuentes determinadas en los estilos. */
|
||||
img {outline:none; text-decoration:none;border:none; -ms-interpolation-mode: bicubic;}
|
||||
a img {border:none;}
|
||||
p {margin: 0px 0px !important;}
|
||||
table td {border-collapse: collapse;}
|
||||
table { border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; }
|
||||
#backgroundTable {margin:0; padding:0; width:100% !important; line-height: 100% !important;}
|
||||
|
||||
/*################################################*/
|
||||
/* Resolución 640px (iPad) */
|
||||
/*################################################*/
|
||||
@media only screen and (max-width: 500px) {
|
||||
a[href^="tel"], a[href^="sms"] { text-decoration: none;color: #ffffff; pointer-events: none;cursor: default;}
|
||||
.mobile_link a[href^="tel"], .mobile_link a[href^="sms"] { text-decoration: default; color: #ffffff !important;pointer-events: auto;cursor: default;}
|
||||
table[class=devicewidth] {width: 440px!important;text-align:center!important;}
|
||||
table[class=devicewidthinner] {width: 440px!important;text-align:center!important;}
|
||||
td[class="menu"]{text-align:center !important;}
|
||||
}
|
||||
/*##############################################*/
|
||||
/* Resolución 480px (iPhone) */
|
||||
/*##############################################*/
|
||||
@media only screen and (max-width: 480px) {
|
||||
a[href^="tel"], a[href^="sms"] {text-decoration: none; color: #ffffff;pointer-events: none;cursor: default;}
|
||||
.mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {text-decoration: default;color: #ffffff !important; pointer-events: auto; cursor: default;}
|
||||
table[class=devicewidth] {width: 280px!important;text-align:center!important;}
|
||||
table[class=devicewidthinner] {width: 280px!important;text-align:center!important;}
|
||||
td[class=titulo] {width: 280px!important;text-align:center!important;}
|
||||
img[class="bigimage"]{width: 260px!important;}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="block">
|
||||
<table width="100%" bgcolor="#001870" cellpadding="0" cellspacing="0" border="0" id="backgroundTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="100%">
|
||||
<table width="600" bgColor="001870" cellpadding="0" cellspacing="0" bgcolor="#001870" border="0" align="center" class="devicewidth" >
|
||||
<tbody>
|
||||
<tr height="50">
|
||||
<td>
|
||||
<table width="600" cellpadding="0" cellspacing="0" border="0" align="left" class="devicewidth">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="600"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<div class="block">
|
||||
<table width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" id="backgroundTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="100%">
|
||||
<table width="600" cellpadding="0" cellspacing="0" bgcolor="#ffffff" border="0" align="center" class="devicewidth" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<table width="600" align="left" border="0" cellpadding="0" cellspacing="0" class="devicewidthinner">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<img src="{{ $message->embed(resource_path('assets/images/logos').'/logo_drenax.png') }}" alt="" border="0" style=" border:none; width: 90%">
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr height="40"></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="block">
|
||||
<table width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" id="backgroundTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="100%">
|
||||
<table width="600" cellpadding="0" cellspacing="0" bgcolor="#ffffff" border="0" align="center" class="devicewidth" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="font-family: Helvetica, arial, sans-serif; line-height: 20px; margin-top: 0; color: #001765; font-size: 19px; font-weight: bold; text-align: left;">
|
||||
Estimado(a) {{$solicitud->responsable}} reciba un cordial saludo de nuestra parte.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr height="20"></tr>
|
||||
|
||||
<tr style="font-family: Helvetica, arial, sans-serif;">
|
||||
<td style="margin-top: 0; color: #74787E; font-size: 16px; line-height: 20px;" align="justify">
|
||||
<span style="color: #74787E;">
|
||||
Le informamos que ha quedado agendada una visita a <b>{{$solicitud->domicilio}}</b> por parte de nuestro personal para el día {{$solicitud->fecha_solicitud}}.
|
||||
</span> <br> <br>
|
||||
<span style="color: #74787E;">
|
||||
Respecto a la solicitud {{$solicitud->servicio_enc_id}} {{$solicitud->servicio_nombre}}
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr height="20"></tr>
|
||||
<hr style="border: 1px solid #74787E;">
|
||||
<tr height="20"></tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="block">
|
||||
<table width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" id="backgroundTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="100%">
|
||||
<table style="font-family: Helvetica, arial, sans-serif; margin-top: 0; color: #74787E; font-size: 16px; line-height: 20px;" width="600" cellpadding="0" cellspacing="0" bgcolor="#ffffff" border="0" align="center" class="devicewidth" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="font-weight: bold; font-size: 18px; color: #CE402D; width: 60%">
|
||||
Datos del asesor de operaciones:
|
||||
</td>
|
||||
<td style="font-weight: bold; font-size: 18px; color: #CE402D; width: 40%">
|
||||
Unidad asignada:
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr height="10"></tr>
|
||||
|
||||
<tr>
|
||||
<td style="width: 60%">
|
||||
<span style="font-weight: bold">Nombre</span> <br>
|
||||
<span>{{$solicitud->asesor_nombre}}</span>
|
||||
</td>
|
||||
<td style="width: 40%">
|
||||
<span style="font-weight: bold">Tipo de Vehículo</span> <br>
|
||||
<span>{{$solicitud->tipo_vehiculo}}</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td style="width: 60%">
|
||||
<span style="font-weight: bold">Teléfono</span> <br>
|
||||
<span>{{$solicitud->asesor_telefono}}</span>
|
||||
</td>
|
||||
<td style="width: 40%">
|
||||
<span style="font-weight: bold">Numero de vehículo</span> <br>
|
||||
<span>{{$solicitud->vehiculo_num_economico}}</span>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="block">
|
||||
<table width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" id="backgroundTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="100%">
|
||||
<table style="font-family: Helvetica, arial, sans-serif; margin-top: 0; color: #74787E; font-size: 16px; line-height: 20px;" width="600" cellpadding="0" cellspacing="0" bgcolor="#ffffff" border="0" align="center" class="devicewidth" >
|
||||
<tbody>
|
||||
<tr height="20"></tr>
|
||||
|
||||
<tr>
|
||||
<td style="font-weight: bold; font-size: 18px; color: #CE402D;">
|
||||
Contacto:
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr height="10"></tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<span style="font-weight: bold">Atención al cliente</span> <br>
|
||||
<span>{{$solicitud->atencion_cliente_nombre}}</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<span style="font-weight: bold">Supervisor de operaciones</span> <br>
|
||||
<span>Guillermo Samayoa López</span>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="block">
|
||||
<table width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" id="backgroundTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="100%">
|
||||
<table width="600" cellpadding="0" cellspacing="0" bgcolor="#ffffff" border="0" align="center" class="devicewidth" >
|
||||
<tbody>
|
||||
<tr height="50"></tr>
|
||||
|
||||
<tr>
|
||||
<td style="font-weight: bold; font-size: 18px; color: #CE402D;">
|
||||
Indicaciones del servicio:
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr height="10"></tr>
|
||||
|
||||
@foreach($solicitud->mensaje as $mensaje)
|
||||
<tr>
|
||||
<td style="margin-top: 0; color: #74787E; font-size: 16px; line-height: 20px;" align="justify">
|
||||
<span style="color: #74787E">
|
||||
{{ $mensaje }}
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
<br>
|
||||
<tr style="font-family: Helvetica, arial, sans-serif;">
|
||||
<td style="margin-top: 0; color: #74787E; font-size: 16px; line-height: 20px;" align="justify">
|
||||
<span style="color: #74787E;">
|
||||
Si tiene alguna duda o comentario puede comunicarse con nosotros al teléfono de nuestras instalaciones: (667) 713 9250 / 60.
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<br>
|
||||
|
||||
<tr style="font-family: Helvetica, arial, sans-serif;">
|
||||
<td style="margin-top: 0; color: #74787E; font-size: 16px; line-height: 20px;" align="justify">
|
||||
<span style="color: #74787E;">
|
||||
Lo invitamos a consultar nuestro <a href="http://drenax.mx/assets/documents/aviso_privacidad.pdf"> Aviso de Privacidad.</a>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<div class="block">
|
||||
<table width="100%" bgcolor="#001870" cellpadding="0" cellspacing="0" border="0" id="backgroundTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="100%">
|
||||
<table width="600" bgColor="#001870" cellpadding="0" cellspacing="0" bgcolor="#001870" border="0" align="center" class="devicewidth" >
|
||||
<tbody>
|
||||
<tr height="50">
|
||||
<td>
|
||||
<table width="600" cellpadding="0" cellspacing="0" border="0" align="left" class="devicewidth">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="600"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
166
resources/views/email/emailSolicitudServicioTerminado.blade.php
Normal file
166
resources/views/email/emailSolicitudServicioTerminado.blade.php
Normal file
@@ -0,0 +1,166 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><!-- Define el contenido basado en codificación utf-8 (funcionará cuando se vea en la web) -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"><!-- Estándar mobile permite elegir como se mostrará nuestra página en los navegadores de estos de dispositivos móviles, especificando el ancho que tendrá la página dentro del navegador -->
|
||||
<title>Responsive</title><!-- Titulo de el correo (funcionará cuando se vea en la web) -->
|
||||
<style type="text/css"><!-- Definimos estilos por defecto -->
|
||||
/* Estilos para clientes especificos */
|
||||
#outlook a {padding:0;} /* Fuerza al cliente de Outlook a generar un boton para ver en la web de forma nativa. */
|
||||
body{width:100% !important;margin: 0 !important;padding: 0 !important;} .ReadMsgBody{width:100%; !important} .ExternalClass{width:100% !important;} /* Fuerza a Hotmail a mostrar el email a su ancho completo */
|
||||
|
||||
/* Plataformas Webkit y Windows Mobile. */
|
||||
body{-webkit-text-size-adjust:none; -ms-text-size-adjust:none;} /* Previene a la plataforma para aplicaciones Webkit y Windows Mobile que reemplace las fuentes determinadas en los estilos. */
|
||||
img {outline:none; text-decoration:none;border:none; -ms-interpolation-mode: bicubic;}
|
||||
a img {border:none;}
|
||||
p {margin: 0px 0px !important;}
|
||||
table td {border-collapse: collapse;}
|
||||
table { border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; }
|
||||
#backgroundTable {margin:0; padding:0; width:100% !important; line-height: 100% !important;}
|
||||
|
||||
/*################################################*/
|
||||
/* Resolución 640px (iPad) */
|
||||
/*################################################*/
|
||||
@media only screen and (max-width: 500px) {
|
||||
a[href^="tel"], a[href^="sms"] { text-decoration: none;color: #ffffff; pointer-events: none;cursor: default;}
|
||||
.mobile_link a[href^="tel"], .mobile_link a[href^="sms"] { text-decoration: default; color: #ffffff !important;pointer-events: auto;cursor: default;}
|
||||
table[class=devicewidth] {width: 440px!important;text-align:center!important;}
|
||||
table[class=devicewidthinner] {width: 440px!important;text-align:center!important;}
|
||||
td[class="menu"]{text-align:center !important;}
|
||||
}
|
||||
/*##############################################*/
|
||||
/* Resolución 480px (iPhone) */
|
||||
/*##############################################*/
|
||||
@media only screen and (max-width: 480px) {
|
||||
a[href^="tel"], a[href^="sms"] {text-decoration: none; color: #ffffff;pointer-events: none;cursor: default;}
|
||||
.mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {text-decoration: default;color: #ffffff !important; pointer-events: auto; cursor: default;}
|
||||
table[class=devicewidth] {width: 280px!important;text-align:center!important;}
|
||||
table[class=devicewidthinner] {width: 280px!important;text-align:center!important;}
|
||||
td[class=titulo] {width: 280px!important;text-align:center!important;}
|
||||
img[class="bigimage"]{width: 260px!important;}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="block">
|
||||
<table width="100%" bgcolor="#001870" cellpadding="0" cellspacing="0" border="0" id="backgroundTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="100%">
|
||||
<table width="600" bgColor="001870" cellpadding="0" cellspacing="0" bgcolor="#001870" border="0" align="center" class="devicewidth" >
|
||||
<tbody>
|
||||
<tr height="50">
|
||||
<td>
|
||||
<table width="600" cellpadding="0" cellspacing="0" border="0" align="left" class="devicewidth">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="600"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<div class="block">
|
||||
<table width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" id="backgroundTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="100%">
|
||||
<table width="600" cellpadding="0" cellspacing="0" bgcolor="#ffffff" border="0" align="center" class="devicewidth" >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<table width="600" align="left" border="0" cellpadding="0" cellspacing="0" class="devicewidthinner">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<img src="{{ $message->embed(resource_path('assets/images/logos').'/logo_drenax.png') }}" alt="" border="0" style=" border:none; width: 90%">
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr height="40"></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="block">
|
||||
<table width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" id="backgroundTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="100%">
|
||||
<table width="600" cellpadding="0" cellspacing="0" bgcolor="#ffffff" border="0" align="center" class="devicewidth" >
|
||||
<tbody>
|
||||
<tr height="50"></tr>
|
||||
|
||||
<tr style="font-family: Helvetica, arial, sans-serif;">
|
||||
<td style="margin-top: 0; color: #74787E; font-size: 16px; line-height: 20px;" align="justify">
|
||||
<span style="color: #74787E;">
|
||||
Estimado(a) {{$info['contacto']}}, reciba un cordial saludo de nuestra parte.
|
||||
</span> <br>
|
||||
<span style="color: #74787E;">
|
||||
Le informamos que el servicio {{$info['servicio']}} de la solicitud {{$info['folio']}} finalizó con los datos referidos en archivo PDF adjunto.
|
||||
</span> <br> <br>
|
||||
<span style="color: #74787E;">
|
||||
Drenax agradece su preferencia.
|
||||
</span> <br> <br>
|
||||
<span style="color: #74787E;">
|
||||
Lo invitamos a consultar nuestro <a href="http://drenax.mx/assets/documents/aviso_privacidad.pdf"> Aviso de Privacidad.</a>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<div class="block">
|
||||
<table width="100%" bgcolor="#001870" cellpadding="0" cellspacing="0" border="0" id="backgroundTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="100%">
|
||||
<table width="600" bgColor="#001870" cellpadding="0" cellspacing="0" bgcolor="#001870" border="0" align="center" class="devicewidth" >
|
||||
<tbody>
|
||||
<tr height="50">
|
||||
<td>
|
||||
<table width="600" cellpadding="0" cellspacing="0" border="0" align="left" class="devicewidth">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="600"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user