chess/resources/views/content/email/balascomment.blade.php
Ramadhon Ikhsan Prasetya 603e31b0f4 init
2024-08-29 10:56:32 +07:00

169 lines
4.9 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bank NTT</title>
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<style type="text/css">
/* CLIENT-SPECIFIC STYLES */
body,
table,
td,
a {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
table,
td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
img {
-ms-interpolation-mode: bicubic;
}
p {
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
padding: 0;
line-height: 17px;
font-family: Open Sans, Helvetica, Arial, sans-serif !important;
}
#taxclass td {
font-size: 12px;
font-family: arial, sans-serif !important;
line-height: 24px;
}
#taxclass th {
font-size: 13px;
font-family: arial, sans-serif !important;
line-height: 24px;
}
.subtotal {
font-size: 11px !important;
}
.grand_total {
font-size: 11px !important;
}
.price {
font-size: 11px !important;
}
.shipping {
font-size: 11px !important;
}
.Tax {
font-size: 11px !important;
}
/* RESET STYLES */
img {
border: 0;
height: auto;
line-height: 100%;
outline: none;
text-decoration: none;
}
table {
border-collapse: collapse !important;
}
body {
height: 100% !important;
margin: 0 !important;
padding: 0 !important;
width: 100% !important;
}
/* iOS BLUE LINKS */
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
.bg-or {
background: #37c47a;
}
.bg-anor {
background: #676767;
}
.bg-campur {
background: #37c47a;
}
.con-sa {
width: 180px;
text-align: center;
margin: 20px;
border-radius: 10px;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 15px 10px 25px;
}
.con-data{
font-size: 20px;
margin-top: 7px;
}
/* ANDROID CENTER FIX */
div[style*="margin: 16px 0;"] {
margin: 0 !important;
}
</style>
</head>
<body style="margin: 0 !important; padding: 0 !important; background-color: #ffffff;" >
@if($data['jenis']==1)
<p>Salam,</p>
<p>Terima kasih telah menggunakan kanal Helpdesk PT Bayu Sinergi Solusi.</p>
<p>Kami telah menerima permintaan anda dengan nomor tiket <strong>{{ $data['ticket'] }}</strong>. Permintaan Anda akan segera kami proses. Anda dapat melihat status tindaklanjut melalui web <a href="http://chess.basys.co.id/">chess.basys.co.id</a> .</p>
<p>Salam,</p>
<p>PT Bayu Sinergi Solusi</p>
@else
<p>Terima kasih atas kepercayaan Anda kepada kami.</p>
<p>Permintaan Anda dengan nomor tiket <strong>{{ $data['ticket'] }}</strong> telah kami tindaklanjuti. </p>
<p>No Tiket : <strong>{{ $data['ticket'] }}</strong><br>
Status : <strong>{{ $data['status'] }}</strong><br>
Pelapor : <strong>{{ $data['pelapor'] }}</strong></p>
Catatan : <strong>{{ $data['catatan'] }}</strong>
<p>Anda dapat melihat status tindaklanjut melalui web <a href="http://chess.basys.co.id/">chess.basys.co.id</a> .</p>
<p>Salam,</p>
<p>PT Bayu Sinergi Solusi</p></p>
@endif
</body>
</html>
<!-- partial -->
</body>
</html>