Update Revisi Hospital Portal
This commit is contained in:
@@ -178,12 +178,12 @@
|
||||
right: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
.logo_vale-<?php echo now()->timestamp; ?> {
|
||||
.logo_company-<?php echo now()->timestamp; ?> {
|
||||
position: absolute;
|
||||
top: -35.12px;
|
||||
left: -35.91px;
|
||||
width: 10%;
|
||||
max-width: 400px; /* batasan lebar maksimum gambar */
|
||||
max-width: 40px; /* batasan lebar maksimum gambar */
|
||||
margin-top: 1px; /* jarak antara segitiga dan gambar */
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
@@ -192,7 +192,12 @@
|
||||
<body>
|
||||
<div class="triangle2"></div>
|
||||
<div class="triangle1"></div>
|
||||
<img class="logo_vale-<?php echo now()->timestamp; ?>" src="data:image/png;base64,{{ base64_encode(file_get_contents(public_path('images/vale_logo.png'))) }}">
|
||||
@php
|
||||
if($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 . '">';
|
||||
}
|
||||
@endphp
|
||||
<div class="content-<?php echo now()->timestamp; ?>">
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> top-right-<?php echo now()->timestamp; ?>">
|
||||
The Future Of Healthcare At Your Fingertips
|
||||
@@ -374,9 +379,33 @@
|
||||
</thead>
|
||||
</table>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-<?php echo now()->timestamp; ?>">
|
||||
<b>Alarm Center Vale MKS (LinkSehat) Office</b><br>
|
||||
<b>PT. Vale Indonesia Tbk. Makassar Representative Office</b><br>
|
||||
Lt. 1, Jalan Somba Opu 281, Ujung Pandang, Losari, <br> Kec. Makassar, Kota Makassar, Sulawesi Selatan 90113
|
||||
@php
|
||||
if ($logoPerusahaan->code === 'VALEIND') {
|
||||
@endphp
|
||||
|
||||
<b>Alarm Center Vale MKS (LinkSehat) Office</b><br>
|
||||
<b>{{ $logoPerusahaan->name }}</b><br>
|
||||
Lt. 1, Jalan Somba Opu 281, Ujung Pandang, Losari, <br> Kec. Makassar, Kota Makassar, Sulawesi Selatan 90113
|
||||
|
||||
@php
|
||||
} else if($logoPerusahaan->code === 'PETROLAB') {
|
||||
@endphp
|
||||
|
||||
<b>Alarm Center Vale MKS (LinkSehat) Office</b><br>
|
||||
<b>{{ $logoPerusahaan->name }}</b><br>
|
||||
Jalan Pisangan Lama 3 Nomor 28 Jatinegara, RT.9/RW.3, <br>Pisangan Tim., Kec. Pulo Gadung, Kota Jakarta Timur, Daerah Khusus Ibukota Jakarta 13230
|
||||
|
||||
@php
|
||||
} else {
|
||||
@endphp
|
||||
|
||||
<b>Alarm Center Vale MKS (LinkSehat) Office</b><br>
|
||||
<b>{{ $logoPerusahaan->name }}</b><br>
|
||||
|
||||
|
||||
@php
|
||||
}
|
||||
@endphp
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right-<?php echo now()->timestamp; ?>">
|
||||
<b>PT Link Medis Sehat</b><br>
|
||||
|
||||
@@ -244,10 +244,10 @@
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-1-<?php echo now()->timestamp; ?> ">
|
||||
Hormat Kami,<br>
|
||||
PT. Vale Indonesia Tbk
|
||||
{{ $dataMember->nama_perusahaan }}
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-<?php echo now()->timestamp; ?> ">
|
||||
<u> Dr. Hery Hermas, M.Kes</u><br>
|
||||
(.......................................)<br>
|
||||
Offsite Medical Treatment
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right-ttd-1-<?php echo now()->timestamp; ?> ">
|
||||
@@ -255,7 +255,7 @@
|
||||
Petugas Alarm Center
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right-ttd-<?php echo now()->timestamp; ?> ">
|
||||
<u>(Nama Petugas)</u><br>
|
||||
(.......................................)<br>
|
||||
Customer Service Team
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left1-ttd-<?php echo now()->timestamp; ?> ">
|
||||
@@ -265,9 +265,33 @@
|
||||
{{ $dataMember->name }}
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-<?php echo now()->timestamp; ?>">
|
||||
<b>Alarm Center Vale MKS (LinkSehat) Office</b><br>
|
||||
<b>PT. Vale Indonesia Tbk. Makassar Representative Office</b><br>
|
||||
Lt. 1, Jalan Somba Opu 281, Ujung Pandang, Losari, <br> Kec. Makassar, Kota Makassar, Sulawesi Selatan 90113
|
||||
@php
|
||||
if ($logoPerusahaan->code === 'VALEIND') {
|
||||
@endphp
|
||||
|
||||
<b>Alarm Center Vale MKS (LinkSehat) Office</b><br>
|
||||
<b>{{ $logoPerusahaan->name }}</b><br>
|
||||
Lt. 1, Jalan Somba Opu 281, Ujung Pandang, Losari, <br> Kec. Makassar, Kota Makassar, Sulawesi Selatan 90113
|
||||
|
||||
@php
|
||||
} else if($logoPerusahaan->code === 'PETROLAB') {
|
||||
@endphp
|
||||
|
||||
<b>Alarm Center Vale MKS (LinkSehat) Office</b><br>
|
||||
<b>{{ $logoPerusahaan->name }}</b><br>
|
||||
Jalan Pisangan Lama 3 Nomor 28 Jatinegara, RT.9/RW.3, <br>Pisangan Tim., Kec. Pulo Gadung, Kota Jakarta Timur, Daerah Khusus Ibukota Jakarta 13230
|
||||
|
||||
@php
|
||||
} else {
|
||||
@endphp
|
||||
|
||||
<b>Alarm Center Vale MKS (LinkSehat) Office</b><br>
|
||||
<b>{{ $logoPerusahaan->name }}</b><br>
|
||||
|
||||
|
||||
@php
|
||||
}
|
||||
@endphp
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right-<?php echo now()->timestamp; ?>">
|
||||
<b>PT Link Medis Sehat</b><br>
|
||||
|
||||
@@ -178,12 +178,12 @@
|
||||
right: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
.logo_vale-<?php echo now()->timestamp; ?> {
|
||||
.logo_company-<?php echo now()->timestamp; ?> {
|
||||
position: absolute;
|
||||
top: -35.12px;
|
||||
left: -35.91px;
|
||||
width: 10%;
|
||||
max-width: 400px; /* batasan lebar maksimum gambar */
|
||||
max-width: 40px; /* batasan lebar maksimum gambar */
|
||||
margin-top: 1px; /* jarak antara segitiga dan gambar */
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
@@ -192,7 +192,12 @@
|
||||
<body>
|
||||
<div class="triangle2"></div>
|
||||
<div class="triangle1"></div>
|
||||
<img class="logo_vale-<?php echo now()->timestamp; ?>" src="data:image/png;base64,{{ base64_encode(file_get_contents(public_path('images/vale_logo.png'))) }}">
|
||||
@php
|
||||
if($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 . '">';
|
||||
}
|
||||
@endphp
|
||||
<div class="content-<?php echo now()->timestamp; ?>">
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> top-right-<?php echo now()->timestamp; ?>">
|
||||
The Future Of Healthcare At Your Fingertips
|
||||
@@ -367,10 +372,10 @@
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-1-<?php echo now()->timestamp; ?> ">
|
||||
Hormat Kami,<br>
|
||||
PT. Vale Indonesia Tbk
|
||||
{{ $dataMember->nama_perusahaan }}
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-<?php echo now()->timestamp; ?> ">
|
||||
<u> Dr. Hery Hermas, M.Kes</u><br>
|
||||
(.......................................)<br>
|
||||
Offsite Medical Treatment
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right-ttd-1-<?php echo now()->timestamp; ?> ">
|
||||
@@ -378,16 +383,40 @@
|
||||
Petugas Alarm Center
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right-ttd-<?php echo now()->timestamp; ?> ">
|
||||
<u>(Nama Petugas)</u><br>
|
||||
(.......................................)<br>
|
||||
Customer Service Team
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right1-ttd-<?php echo now()->timestamp; ?> ">
|
||||
{{ $dataMember->name }}
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-<?php echo now()->timestamp; ?>">
|
||||
<b>Alarm Center Vale MKS (LinkSehat) Office</b><br>
|
||||
<b>PT. Vale Indonesia Tbk. Makassar Representative Office</b><br>
|
||||
Lt. 1, Jalan Somba Opu 281, Ujung Pandang, Losari, <br> Kec. Makassar, Kota Makassar, Sulawesi Selatan 90113
|
||||
@php
|
||||
if ($logoPerusahaan->code === 'VALEIND') {
|
||||
@endphp
|
||||
|
||||
<b>Alarm Center Vale MKS (LinkSehat) Office</b><br>
|
||||
<b>{{ $logoPerusahaan->name }}</b><br>
|
||||
Lt. 1, Jalan Somba Opu 281, Ujung Pandang, Losari, <br> Kec. Makassar, Kota Makassar, Sulawesi Selatan 90113
|
||||
|
||||
@php
|
||||
} else if($logoPerusahaan->code === 'PETROLAB') {
|
||||
@endphp
|
||||
|
||||
<b>Alarm Center Vale MKS (LinkSehat) Office</b><br>
|
||||
<b>{{ $logoPerusahaan->name }}</b><br>
|
||||
Jalan Pisangan Lama 3 Nomor 28 Jatinegara, RT.9/RW.3, <br>Pisangan Tim., Kec. Pulo Gadung, Kota Jakarta Timur, Daerah Khusus Ibukota Jakarta 13230
|
||||
|
||||
@php
|
||||
} else {
|
||||
@endphp
|
||||
|
||||
<b>Alarm Center Vale MKS (LinkSehat) Office</b><br>
|
||||
<b>{{ $logoPerusahaan->name }}</b><br>
|
||||
|
||||
|
||||
@php
|
||||
}
|
||||
@endphp
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right-<?php echo now()->timestamp; ?>">
|
||||
<b>PT Link Medis Sehat</b><br>
|
||||
|
||||
Reference in New Issue
Block a user