update request log pdf
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;
|
||||
@@ -197,7 +197,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 . '">';
|
||||
@@ -207,9 +207,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; ?>">
|
||||
@@ -253,7 +253,7 @@
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-<?php echo now()->timestamp; ?> ">
|
||||
@php
|
||||
if (!empty($logoPerusahaan->code) === 'VALEIND') {
|
||||
if (!empty($logoPerusahaan->code) == 'VALEIND') {
|
||||
@endphp
|
||||
<u><b>Dr. Hery Hermas, M.Kes</b></u>
|
||||
@php
|
||||
@@ -277,11 +277,11 @@
|
||||
(.......................................)
|
||||
</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
|
||||
if (!empty($logoPerusahaan->code) === 'VALEIND') {
|
||||
if (!empty($logoPerusahaan->code) == 'VALEIND') {
|
||||
@endphp
|
||||
|
||||
<b>Alarm Center Vale MKS (LinkSehat) Office</b><br>
|
||||
@@ -289,7 +289,7 @@
|
||||
Lt. 1, Jalan Somba Opu 281, Ujung Pandang, Losari, <br> Kec. Makassar, Kota Makassar, Sulawesi Selatan 90113
|
||||
|
||||
@php
|
||||
} else if(!empty($logoPerusahaan->code) === 'PETROLAB') {
|
||||
} else if(!empty($logoPerusahaan->code) == 'PETROLAB') {
|
||||
@endphp
|
||||
|
||||
<b>Alarm Center Vale MKS (LinkSehat) Office</b><br>
|
||||
@@ -302,7 +302,7 @@
|
||||
|
||||
<b>Alarm Center Vale MKS (LinkSehat) Office</b><br>
|
||||
<b>{{ !empty($logoPerusahaan->name) ? $logoPerusahaan->name : '' }}</b><br>
|
||||
|
||||
|
||||
|
||||
@php
|
||||
}
|
||||
@@ -317,4 +317,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -425,7 +425,7 @@
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-<?php echo now()->timestamp; ?> ">
|
||||
@php
|
||||
if (!empty($logoPerusahaan->code) === 'VALEIND') {
|
||||
if (!empty($logoPerusahaan->code) == 'VALEIND') {
|
||||
@endphp
|
||||
<u><b>Dr. Hery Hermas, M.Kes</b></u>
|
||||
@php
|
||||
@@ -450,7 +450,7 @@
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-<?php echo now()->timestamp; ?>">
|
||||
@php
|
||||
if (!empty($logoPerusahaan->code) === 'VALEIND') {
|
||||
if (!empty($logoPerusahaan->code) == 'VALEIND') {
|
||||
@endphp
|
||||
|
||||
<b>Alarm Center Vale MKS (LinkSehat) Office</b><br>
|
||||
@@ -458,7 +458,7 @@
|
||||
Lt. 1, Jalan Somba Opu 281, Ujung Pandang, Losari, <br> Kec. Makassar, Kota Makassar, Sulawesi Selatan 90113
|
||||
|
||||
@php
|
||||
} else if(!empty($logoPerusahaan->code) === 'PETROLAB') {
|
||||
} else if(!empty($logoPerusahaan->code) == 'PETROLAB') {
|
||||
@endphp
|
||||
|
||||
<b>Alarm Center Vale MKS (LinkSehat) Office</b><br>
|
||||
|
||||
Reference in New Issue
Block a user