Update Hospital portal

This commit is contained in:
ivan-sim
2024-01-08 16:49:45 +07:00
parent 1afbcdfcb3
commit b5862650cb
5 changed files with 295 additions and 191 deletions

View File

@@ -252,8 +252,18 @@
{{ $dataMember->nama_perusahaan }}
</div>
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-<?php echo now()->timestamp; ?> ">
(.......................................)<br>
Offsite Medical Treatment
@php
if (!empty($logoPerusahaan->code) === 'VALEIND') {
@endphp
<u><b>Dr. Hery Hermas, M.Kes</b></u>
@php
} else {
@endphp
(.......................................)
@php
}
@endphp
<br><b>Offsite Medical Treatment</b>
</div>
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right-ttd-1-<?php echo now()->timestamp; ?> ">
{{ \Carbon\Carbon::parse(now())->format('d M Y') }},<br>
@@ -261,13 +271,13 @@
</div>
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right-ttd-<?php echo now()->timestamp; ?> ">
(.......................................)<br>
Customer Service Team
<b>Customer Service Team</b>
</div>
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left1-ttd-<?php echo now()->timestamp; ?> ">
(.......................................)
</div>
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right1-ttd-<?php echo now()->timestamp; ?> ">
{{ $dataMember->name }}
<b>{{ $dataMember->name }}</b>
</div>
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-<?php echo now()->timestamp; ?>">
@php