Merge remote-tracking branch 'origin/staging' into origin/production
This commit is contained in:
@@ -158,6 +158,12 @@
|
||||
left: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
.bottom-left-ttd-2-<?php echo now()->timestamp; ?> {
|
||||
color: #000000;
|
||||
bottom: 225px;
|
||||
left: 30px;
|
||||
text-align: left;
|
||||
}
|
||||
.bottom-right-ttd-<?php echo now()->timestamp; ?> {
|
||||
color: #000000;
|
||||
bottom: 200px;
|
||||
@@ -171,6 +177,12 @@
|
||||
right: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
.bottom-right-ttd-2-<?php echo now()->timestamp; ?> {
|
||||
color: #000000;
|
||||
bottom: 225px;
|
||||
right: 30px;
|
||||
text-align: left;
|
||||
}
|
||||
.bottom-left1-ttd-<?php echo now()->timestamp; ?> {
|
||||
color: #000000;
|
||||
bottom: 100px;
|
||||
@@ -251,6 +263,14 @@
|
||||
Hormat Kami,<br>
|
||||
{{ $dataMember->nama_perusahaan }}
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-2-<?php echo now()->timestamp; ?> ">
|
||||
@php
|
||||
if(!empty($signatureDr->path)) {
|
||||
$imgSrc = 'data:image/png;base64,' . base64_encode(file_get_contents(storage_path('app/public/' . $signatureDr->path)));
|
||||
echo '<img style="width: 65px; height: 48px;" src="' . $imgSrc . '">';
|
||||
}
|
||||
@endphp
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-<?php echo now()->timestamp; ?> ">
|
||||
@php
|
||||
if (!empty($logoPerusahaan->code) == 'VALEIND') {
|
||||
@@ -269,6 +289,14 @@
|
||||
{{ \Carbon\Carbon::parse(now())->format('d M Y') }},<br>
|
||||
Petugas Alarm Center
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right-ttd-2-<?php echo now()->timestamp; ?> ">
|
||||
@php
|
||||
if(!empty($signatureAd->path)) {
|
||||
$imgSrc = 'data:image/png;base64,' . base64_encode(file_get_contents(storage_path('app/public/' . $signatureAd->path)));
|
||||
echo '<img style="width: 65px; height: 48px;" src="' . $imgSrc . '">';
|
||||
}
|
||||
@endphp
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right-ttd-<?php echo now()->timestamp; ?> ">
|
||||
(.......................................)<br>
|
||||
<b>Customer Service Team</b>
|
||||
|
||||
@@ -163,6 +163,12 @@
|
||||
left: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
.bottom-left-ttd-2-<?php echo now()->timestamp; ?> {
|
||||
color: #000000;
|
||||
bottom: 225px;
|
||||
left: 30px;
|
||||
text-align: left;
|
||||
}
|
||||
.bottom-right-ttd-<?php echo now()->timestamp; ?> {
|
||||
color: #000000;
|
||||
bottom: 200px;
|
||||
@@ -177,6 +183,13 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.bottom-right-ttd-2-<?php echo now()->timestamp; ?> {
|
||||
color: #000000;
|
||||
bottom: 225px;
|
||||
right: 30px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.bottom-right1-ttd-<?php echo now()->timestamp; ?> {
|
||||
color: #000000;
|
||||
bottom: 100px;
|
||||
@@ -423,6 +436,14 @@
|
||||
Hormat Kami,<br>
|
||||
{{ $dataMember->nama_perusahaan }}
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-2-<?php echo now()->timestamp; ?> ">
|
||||
@php
|
||||
if(!empty($signatureDr->path)) {
|
||||
$imgSrc = 'data:image/png;base64,' . base64_encode(file_get_contents(storage_path('app/public/' . $signatureDr->path)));
|
||||
echo '<img style="width: 65px; height: 48px;" src="' . $imgSrc . '">';
|
||||
}
|
||||
@endphp
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-<?php echo now()->timestamp; ?> ">
|
||||
@php
|
||||
if (!empty($logoPerusahaan->code) == 'VALEIND') {
|
||||
@@ -441,6 +462,14 @@
|
||||
{{ \Carbon\Carbon::parse(now())->format('d M Y') }},<br>
|
||||
Petugas Alarm Center
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right-ttd-2-<?php echo now()->timestamp; ?> ">
|
||||
@php
|
||||
if(!empty($signatureAd->path)) {
|
||||
$imgSrc = 'data:image/png;base64,' . base64_encode(file_get_contents(storage_path('app/public/' . $signatureAd->path)));
|
||||
echo '<img style="width: 65px; height: 48px;" src="' . $imgSrc . '">';
|
||||
}
|
||||
@endphp
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right-ttd-<?php echo now()->timestamp; ?> ">
|
||||
(.......................................)<br>
|
||||
<b>Customer Service Team</b>
|
||||
|
||||
Reference in New Issue
Block a user