Merge remote-tracking branch 'origin/origin/production' into staging
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
}
|
||||
.txt-syarat-<?php echo now()->timestamp; ?> {
|
||||
font-size: {{ $$dynamicVariableName }}px;
|
||||
text-align: left;
|
||||
text-align: left;
|
||||
}
|
||||
.bottom-left-ttd-<?php echo now()->timestamp; ?> {
|
||||
color: #000000;
|
||||
@@ -209,7 +209,7 @@
|
||||
<body>
|
||||
<div class="triangle2"></div>
|
||||
<div class="triangle1"></div>
|
||||
@php
|
||||
@php
|
||||
if(!empty($logoPerusahaan->path)) {
|
||||
$imgSrc = 'data:image/png;base64,' . base64_encode(file_get_contents(storage_path('app/public/' . $logoPerusahaan->path)));
|
||||
echo '<img class="logo_company-' . now()->timestamp . '" src="' . $imgSrc . '">';
|
||||
@@ -219,9 +219,9 @@
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> top-right-<?php echo now()->timestamp; ?>">
|
||||
The Future Of Healthcare At Your Fingertips
|
||||
</div>
|
||||
|
||||
|
||||
<img src="data:image/png;base64,{{ base64_encode(file_get_contents( public_path('images/logo-default.png') )) }}">
|
||||
|
||||
|
||||
<div class="title-container-page-<?php echo now()->timestamp; ?>">
|
||||
<div class="txt-syarat-<?php echo now()->timestamp; ?>">SYARAT DAN KETENTUAN</div>
|
||||
<table class="claim-info-<?php echo now()->timestamp; ?>">
|
||||
@@ -264,13 +264,13 @@
|
||||
{{ $dataMember->nama_perusahaan }}
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-2-<?php echo now()->timestamp; ?> ">
|
||||
<!-- @php
|
||||
<!-- @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 -->
|
||||
@php
|
||||
@php
|
||||
if(!empty($dataMember->code_perusahaan) == 'VALEIND') {
|
||||
$imgSrc = 'data:image/png;base64,' . base64_encode(file_get_contents(public_path('images/ttd_dr_vale.png')));
|
||||
echo '<img style="width: 65px; height: 48px;" src="' . $imgSrc . '">';
|
||||
@@ -296,7 +296,7 @@
|
||||
Petugas Alarm Center
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right-ttd-2-<?php echo now()->timestamp; ?> ">
|
||||
@php
|
||||
@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 . '">';
|
||||
@@ -321,7 +321,7 @@
|
||||
(.......................................)
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right1-ttd-<?php echo now()->timestamp; ?> ">
|
||||
<b>{{ $dataMember->name }}</b>
|
||||
<b>{{ $dataMember->name }}</b>
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-<?php echo now()->timestamp; ?>">
|
||||
@php
|
||||
@@ -361,4 +361,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user