|
|
@@ -1,206 +1,264 @@
|
|
|
-<!DOCTYPE html>
|
|
|
-<html lang="it">
|
|
|
-<head>
|
|
|
- <meta charset="UTF-8">
|
|
|
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
- <title>Prima Nota - Export</title>
|
|
|
- <style>
|
|
|
- body {
|
|
|
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
|
- line-height: 1.6;
|
|
|
- color: #333;
|
|
|
- background-color: #f8f9fa;
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
- }
|
|
|
- .container {
|
|
|
- max-width: 600px;
|
|
|
- margin: 0 auto;
|
|
|
- background-color: #ffffff;
|
|
|
- box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
|
|
- }
|
|
|
- .header {
|
|
|
- background: linear-gradient(135deg, var(--color-blu) 0%, var(--color-blu) 100%);
|
|
|
- color: white;
|
|
|
- padding: 30px 20px;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
- .header h1 {
|
|
|
- margin: 0;
|
|
|
- font-size: 24px;
|
|
|
- font-weight: 600;
|
|
|
- }
|
|
|
- .header .subtitle {
|
|
|
- margin: 10px 0 0 0;
|
|
|
- font-size: 14px;
|
|
|
- opacity: 0.9;
|
|
|
- }
|
|
|
- .content {
|
|
|
- padding: 30px 20px;
|
|
|
- }
|
|
|
- .greeting {
|
|
|
- font-size: 16px;
|
|
|
- margin-bottom: 20px;
|
|
|
- }
|
|
|
- .export-details {
|
|
|
- background-color: #f8f9fa;
|
|
|
- border-left: 4px solid var(--color-blu);
|
|
|
- padding: 20px;
|
|
|
- margin: 20px 0;
|
|
|
- border-radius: 0 6px 6px 0;
|
|
|
- }
|
|
|
- .export-details h3 {
|
|
|
- margin: 0 0 15px 0;
|
|
|
- color: var(--color-blu);
|
|
|
- font-size: 18px;
|
|
|
- }
|
|
|
- .detail-item {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- margin-bottom: 10px;
|
|
|
- padding: 8px 0;
|
|
|
- border-bottom: 1px solid #e9ecef;
|
|
|
- }
|
|
|
- .detail-item:last-child {
|
|
|
- border-bottom: none;
|
|
|
- margin-bottom: 0;
|
|
|
- }
|
|
|
- .detail-label {
|
|
|
- font-weight: 600;
|
|
|
- color: #495057;
|
|
|
- }
|
|
|
- .detail-value {
|
|
|
- color: var(--color-blu);
|
|
|
- font-weight: 500;
|
|
|
- }
|
|
|
- .attachment-info {
|
|
|
- background-color: #e8f4f8;
|
|
|
- border: 1px solid #b8daff;
|
|
|
- border-radius: 6px;
|
|
|
- padding: 15px;
|
|
|
- margin: 20px 0;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
- .attachment-icon {
|
|
|
- font-size: 24px;
|
|
|
- color: var(--color-blu);
|
|
|
- margin-bottom: 10px;
|
|
|
- }
|
|
|
- .footer {
|
|
|
- background-color: #f8f9fa;
|
|
|
- padding: 20px;
|
|
|
- text-align: center;
|
|
|
- border-top: 1px solid #dee2e6;
|
|
|
- }
|
|
|
- .footer p {
|
|
|
- margin: 5px 0;
|
|
|
- font-size: 12px;
|
|
|
- color: #6c757d;
|
|
|
- }
|
|
|
- .btn {
|
|
|
- display: inline-block;
|
|
|
- padding: 12px 24px;
|
|
|
- background-color: var(--color-blu);
|
|
|
- color: white;
|
|
|
- text-decoration: none;
|
|
|
- border-radius: 6px;
|
|
|
- font-weight: 500;
|
|
|
- margin: 10px 0;
|
|
|
- }
|
|
|
- .btn:hover {
|
|
|
- background-color: var(--color-blu);
|
|
|
- }
|
|
|
- @media (max-width: 600px) {
|
|
|
- .container {
|
|
|
- margin: 0;
|
|
|
- border-radius: 0;
|
|
|
- }
|
|
|
- .content {
|
|
|
- padding: 20px 15px;
|
|
|
- }
|
|
|
- .detail-item {
|
|
|
- flex-direction: column;
|
|
|
- gap: 5px;
|
|
|
- }
|
|
|
- }
|
|
|
- </style>
|
|
|
-</head>
|
|
|
-<body>
|
|
|
- <div class="container">
|
|
|
- <div class="header">
|
|
|
- <h1>📊Export Prima Nota</h1>
|
|
|
- <p class="subtitle">I tuoi dati sono pronti per il download</p>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="content">
|
|
|
- <div class="greeting">
|
|
|
- Ciao {{ $data['user_name'] ?? 'Utente' }},
|
|
|
- </div>
|
|
|
+<!doctype html>
|
|
|
+<html lang="und" dir="auto" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
|
|
|
|
|
|
- <p>
|
|
|
- Il tuo export della Prima Nota è stato generato con successo. Troverai il file Excel allegato a questa email con tutti i dati richiesti.
|
|
|
- </p>
|
|
|
+<head>
|
|
|
+ <title></title>
|
|
|
+ <!--[if !mso]><!-->
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
+ <!--<![endif]-->
|
|
|
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
+ <style type="text/css">
|
|
|
+ #outlook a {
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
|
|
|
- <div class="export-details">
|
|
|
- <h3>📋 Dettagli Export</h3>
|
|
|
+ body {
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ -webkit-text-size-adjust: 100%;
|
|
|
+ -ms-text-size-adjust: 100%;
|
|
|
+ }
|
|
|
|
|
|
- <div class="detail-item">
|
|
|
- <span class="detail-label">📅 Periodo:</span>
|
|
|
- <span class="detail-value">{{ $data['from_date'] ?? 'N/A' }} - {{ $data['to_date'] ?? 'N/A' }}</span>
|
|
|
- </div>
|
|
|
+ table,
|
|
|
+ td {
|
|
|
+ border-collapse: collapse;
|
|
|
+ mso-table-lspace: 0pt;
|
|
|
+ mso-table-rspace: 0pt;
|
|
|
+ }
|
|
|
|
|
|
- <div class="detail-item">
|
|
|
- <span class="detail-label">📊 Record totali:</span>
|
|
|
- <span class="detail-value">{{ $data['total_records'] ?? 0 }}</span>
|
|
|
- </div>
|
|
|
+ img {
|
|
|
+ border: 0;
|
|
|
+ height: auto;
|
|
|
+ line-height: 100%;
|
|
|
+ outline: none;
|
|
|
+ text-decoration: none;
|
|
|
+ -ms-interpolation-mode: bicubic;
|
|
|
+ }
|
|
|
|
|
|
- <div class="detail-item">
|
|
|
- <span class="detail-label">🕒 Generato il:</span>
|
|
|
- <span class="detail-value">{{ $data['generated_at'] ?? now()->format('d/m/Y H:i:s') }}</span>
|
|
|
- </div>
|
|
|
+ p {
|
|
|
+ display: block;
|
|
|
+ margin: 13px 0;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+ <!--[if mso]>
|
|
|
+ <noscript>
|
|
|
+ <xml>
|
|
|
+ <o:OfficeDocumentSettings>
|
|
|
+ <o:AllowPNG/>
|
|
|
+ <o:PixelsPerInch>96</o:PixelsPerInch>
|
|
|
+ </o:OfficeDocumentSettings>
|
|
|
+ </xml>
|
|
|
+ </noscript>
|
|
|
+ <![endif]-->
|
|
|
+ <!--[if lte mso 11]>
|
|
|
+ <style type="text/css">
|
|
|
+ .mj-outlook-group-fix { width:100% !important; }
|
|
|
+ </style>
|
|
|
+ <![endif]-->
|
|
|
+ <!--[if !mso]><!-->
|
|
|
+ <link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700" rel="stylesheet" type="text/css">
|
|
|
+ <style type="text/css">
|
|
|
+ @import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
|
|
|
+ </style>
|
|
|
+ <!--<![endif]-->
|
|
|
+ <style type="text/css">
|
|
|
+ @media only screen and (min-width:480px) {
|
|
|
+ .mj-column-per-100 {
|
|
|
+ width: 100% !important;
|
|
|
+ max-width: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+ <style media="screen and (min-width:480px)">
|
|
|
+ .moz-text-html .mj-column-per-100 {
|
|
|
+ width: 100% !important;
|
|
|
+ max-width: 100%;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+ <style type="text/css">
|
|
|
+ @media only screen and (max-width:479px) {
|
|
|
+ table.mj-full-width-mobile {
|
|
|
+ width: 100% !important;
|
|
|
+ }
|
|
|
|
|
|
- @if(isset($data['filters_applied']))
|
|
|
- <div class="detail-item">
|
|
|
- <span class="detail-label">🔍 Filtri applicati:</span>
|
|
|
- <span class="detail-value">{{ $data['filters_applied'] }}</span>
|
|
|
- </div>
|
|
|
- @endif
|
|
|
+ td.mj-full-width-mobile {
|
|
|
+ width: auto !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+</head>
|
|
|
|
|
|
- @if(isset($data['file_size']))
|
|
|
- <div class="detail-item">
|
|
|
- <span class="detail-label">📁 Dimensione file:</span>
|
|
|
- <span class="detail-value">{{ $data['file_size'] }}</span>
|
|
|
+<body style="word-spacing:normal;">
|
|
|
+ <div aria-roledescription="email" style="" role="article" lang="und" dir="auto">
|
|
|
+ <!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:800px;" width="800" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><v:rect style="width:800px;" xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false"><v:fill origin="0, -0.5" position="0, -0.5" src="{{asset('/img/emails/Pattern_Leezard-01.jpg')}}" type="frame" size="1,1" aspect="atleast" /><v:textbox style="mso-fit-shape-to-text:true" inset="0,0,0,0"><![endif]-->
|
|
|
+ <div style="background:url('{{asset('/img/emails/Pattern_Leezard-01.jpg')}}') center top / cover no-repeat;background-position:center top;background-repeat:no-repeat;background-size:cover;margin:0px auto;max-width:800px;">
|
|
|
+ <div style="line-height:0;font-size:0;">
|
|
|
+ <table align="center" background="{{asset('/img/emails/Pattern_Leezard-01.jpg')}}" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:url('{{asset('/img/emails/Pattern_Leezard-01.jpg')}}') center top / cover no-repeat;background-position:center top;background-repeat:no-repeat;background-size:cover;width:100%;">
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td style="direction:ltr;font-size:0px;padding:75px 50px;text-align:center;">
|
|
|
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:700px;" ><![endif]-->
|
|
|
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
|
|
|
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td style="background-color:white;border-radius:10px;vertical-align:top;padding:20px;">
|
|
|
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="" width="100%">
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td align="center" style="font-size:0px;padding:0;word-break:break-word;">
|
|
|
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;" class="mj-full-width-mobile">
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td style="width:300px;" class="mj-full-width-mobile">
|
|
|
+ <img alt="" src="{{asset('/img/emails/leezard-logo.png')}}" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;" width="300" height="auto" />
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td style="font-size:0px;word-break:break-word;">
|
|
|
+ <div style="height:40px;line-height:40px;"> </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align="left" style="font-size:0px;padding:0;word-break:break-word;">
|
|
|
+ <div style="font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;line-height:1;text-align:left;color:#000000;">
|
|
|
+ <h3>Ciao {{ $data['user_name'] ?? 'Utente' }},</h3>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align="left" style="font-size:0px;padding:0;word-break:break-word;">
|
|
|
+ <div style="font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;line-height:1;text-align:left;color:#000000;">Il tuo export della Prima Nota è stato generato con successo. Troverai il file Excel allegato a questa email con tutti i dati richiesti.</div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td style="font-size:0px;word-break:break-word;">
|
|
|
+ <div style="height:40px;line-height:40px;"> </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align="left" style="font-size:0px;padding:0;word-break:break-word;">
|
|
|
+ <div style="font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;line-height:1;text-align:left;color:#000000;">
|
|
|
+ <h3>Dettagli Export</h3>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align="left" style="background:#f8f9fa;font-size:0px;padding:10px 25px;word-break:break-word;">
|
|
|
+ <table cellpadding="0" cellspacing="0" width="100%" border="0" style="color:#000000;font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;line-height:22px;table-layout:auto;width:100%;border:none;">
|
|
|
+ <tr style="border-bottom: 1px solid #dee2e6;">
|
|
|
+ <td width="30%" style="padding: 10px 0;">Periodo:</td>
|
|
|
+ <td style="padding: 10px 0;" align="right"><strong>{{ $data['from_date'] ?? 'N/A' }} - {{ $data['to_date'] ?? 'N/A' }}</strong></td>
|
|
|
+ </tr>
|
|
|
+ <tr style="border-bottom: 1px solid #dee2e6;">
|
|
|
+ <td width="30%" style="padding: 10px 0;">Record totali:</td>
|
|
|
+ <td style="padding: 10px 0;" align="right"><strong>{{ $data['total_records'] ?? 0 }}</strong></td>
|
|
|
+ </tr>
|
|
|
+ <tr style="border-bottom: 1px solid #dee2e6;">
|
|
|
+ <td width="30%" style="padding: 10px 0;">Generato il:</td>
|
|
|
+ <td style="padding: 10px 0;" align="right"><strong>{{ $data['generated_at'] ?? now()->format('d/m/Y H:i:s') }}</strong></td>
|
|
|
+ </tr> @if(isset($data['filters_applied'])) <tr style="border-bottom: 1px solid #dee2e6;">
|
|
|
+ <td width="30%" style="padding: 10px 0;">Filtri applicati:</td>
|
|
|
+ <td style="padding: 10px 0;" align="right"><strong>{{ $data['filters_applied'] }}</strong></td>
|
|
|
+ </tr> @endif @if(isset($data['file_size'])) <tr>
|
|
|
+ <td width="30%" style="padding: 10px 0;">Dimensione file:</td>
|
|
|
+ <td style="padding: 10px 0;" align="right"><strong>{{ $data['file_size'] }}</strong></td>
|
|
|
+ </tr> @endif
|
|
|
+ </table>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td style="font-size:0px;word-break:break-word;">
|
|
|
+ <div style="height:20px;line-height:20px;"> </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align="center" style="background:#7738fa40;font-size:0px;padding:10px 25px;padding-top:30px;word-break:break-word;">
|
|
|
+ <div style="font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;line-height:1;text-align:center;color:#000000;"><strong>File allegato:</strong> Prima Nota Export</div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align="center" style="background:#7738fa40;font-size:0px;padding:10px 25px;padding-bottom:30px;word-break:break-word;">
|
|
|
+ <div style="font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:11px;line-height:1;text-align:center;color:#000000;">Il file Excel contiene tutti i dati del periodo selezionato con i filtri applicati.</div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td style="font-size:0px;word-break:break-word;">
|
|
|
+ <div style="height:30px;line-height:30px;"> </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align="left" style="font-size:0px;padding:0;word-break:break-word;">
|
|
|
+ <div style="font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;line-height:1;text-align:left;color:#000000;"><strong>Cosa include questo export:</strong>
|
|
|
+ <ul>
|
|
|
+ <li style="margin-bottom:5px;">Tutte le transazioni del periodo specificato</li>
|
|
|
+ <li style="margin-bottom:5px;">Dettaglio entrate e uscite per metodo di pagamento</li>
|
|
|
+ <li style="margin-bottom:5px;">Totali riassuntivi</li>
|
|
|
+ <li style="margin-bottom:5px;">Causali e dettagli delle operazioni</li>
|
|
|
+ <li>Nominativi associati alle transazioni</li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td style="font-size:0px;word-break:break-word;">
|
|
|
+ <div style="height:30px;line-height:30px;"> </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align="left" style="font-size:0px;padding:0;word-break:break-word;">
|
|
|
+ <div style="font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;line-height:1;text-align:left;color:#000000;">Se hai bisogno di assistenza o hai domande sui dati esportati, non esitare a contattare il supporto.</div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align="center" style="font-size:0px;padding:10px 25px;padding-top:40px;padding-right:0;padding-bottom:40px;padding-left:0;word-break:break-word;">
|
|
|
+ <p style="border-top:solid 1px #dee2e6;font-size:1px;margin:0px auto;width:100%;">
|
|
|
+ </p>
|
|
|
+ <!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" style="border-top:solid 1px #dee2e6;font-size:1px;margin:0px auto;width:660px;" role="presentation" width="660px" ><tr><td style="height:0;line-height:0;">
|
|
|
+</td></tr></table><![endif]-->
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align="left" style="font-size:0px;padding:0;padding-bottom:7px;word-break:break-word;">
|
|
|
+ <div style="font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:11px;line-height:1;text-align:left;color:#6c757d;">Il team di <strong>Leezard</strong></div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align="left" style="font-size:0px;padding:0;padding-bottom:7px;word-break:break-word;">
|
|
|
+ <div style="font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:11px;line-height:1;text-align:left;color:#6c757d;">Questa email è stata generata automaticamente. Per favore, non rispondere a questo indirizzo.</div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align="left" style="font-size:0px;padding:0;padding-bottom:7px;word-break:break-word;">
|
|
|
+ <div style="font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:11px;line-height:1;text-align:left;color:#6c757d;">Per qualsiasi problema tecnico, contatta il supporto.</div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td align="left" style="font-size:0px;padding:0;padding-bottom:7px;word-break:break-word;">
|
|
|
+ <div style="font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:11px;line-height:1;text-align:left;color:#6c757d;">Data generazione: {{ now()->format('d/m/Y H:i:s') }}</div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
</div>
|
|
|
- @endif
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="attachment-info">
|
|
|
- <div class="attachment-icon">📎</div>
|
|
|
- <strong>File allegato:</strong> Prima Nota Export<br>
|
|
|
- <small>Il file Excel contiene tutti i dati del periodo selezionato con i filtri applicati.</small>
|
|
|
- </div>
|
|
|
-
|
|
|
- <p>
|
|
|
- <strong>Cosa include questo export:</strong>
|
|
|
- </p>
|
|
|
- <ul>
|
|
|
- <li>📋 Tutte le transazioni del periodo specificato</li>
|
|
|
- <li>💰 Dettaglio entrate e uscite per metodo di pagamento</li>
|
|
|
- <li>📊 Totali riassuntivi</li>
|
|
|
- <li>🏷️ Causali e dettagli delle operazioni</li>
|
|
|
- <li>👥 Nominativi associati alle transazioni</li>
|
|
|
- </ul>
|
|
|
-
|
|
|
- <p>
|
|
|
- Se hai bisogno di assistenza o hai domande sui dati esportati, non esitare a contattare il supporto.
|
|
|
- </p>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="footer">
|
|
|
- <p>Questa email è stata generata automaticamente dal sistema.</p>
|
|
|
- <p>Per qualsiasi problema tecnico, contatta il supporto.</p>
|
|
|
- <p><small>Generato: {{ now()->format('d/m/Y H:i:s') }}</small></p>
|
|
|
- </div>
|
|
|
+ <!--[if mso | IE]></td></tr></table><![endif]-->
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
+ <!--[if mso | IE]></v:textbox></v:rect></td></tr></table><![endif]-->
|
|
|
+ </div>
|
|
|
</body>
|
|
|
-</html>
|
|
|
+
|
|
|
+</html>
|