Merge remote-tracking branch 'origin/staging' into origin/production
This commit is contained in:
@@ -271,7 +271,7 @@
|
|||||||
}
|
}
|
||||||
@endphp -->
|
@endphp -->
|
||||||
@php
|
@php
|
||||||
if(!empty($dataMember->code_perusahaan) == 'VALEIND' && $dataRequestLog->submission_date >= '2025-05-12') {
|
if(!empty($dataMember->code_perusahaan) == 'VALEIND' && $dataRequestLog->submission_date <= '2025-05-12') {
|
||||||
$imgSrc = 'data:image/png;base64,' . base64_encode(file_get_contents(public_path('images/ttd_dr_vale.png')));
|
$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 . '">';
|
echo '<img style="width: 65px; height: 48px;" src="' . $imgSrc . '">';
|
||||||
} else if(!empty($dataMember->code_perusahaan) == 'VALEIND'){
|
} else if(!empty($dataMember->code_perusahaan) == 'VALEIND'){
|
||||||
@@ -282,7 +282,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-<?php echo now()->timestamp; ?> ">
|
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-<?php echo now()->timestamp; ?> ">
|
||||||
@php
|
@php
|
||||||
if ($dataMember->code_perusahaan == 'VALEIND' && $dataRequestLog->submission_date >= '2025-05-12') {
|
if ($dataMember->code_perusahaan == 'VALEIND' && $dataRequestLog->submission_date <= '2025-05-12') {
|
||||||
@endphp
|
@endphp
|
||||||
<u><b>Dr. Hery Hermas, M.Kes</b></u>
|
<u><b>Dr. Hery Hermas, M.Kes</b></u>
|
||||||
@php
|
@php
|
||||||
|
|||||||
@@ -444,7 +444,7 @@
|
|||||||
}
|
}
|
||||||
@endphp -->
|
@endphp -->
|
||||||
@php
|
@php
|
||||||
if(!empty($dataMember->code_perusahaan) == 'VALEIND' && $dataRequestLog->submission_date >= '2025-05-12') {
|
if(!empty($dataMember->code_perusahaan) == 'VALEIND' && $dataRequestLog->submission_date <= '2025-05-12') {
|
||||||
$imgSrc = 'data:image/png;base64,' . base64_encode(file_get_contents(public_path('images/ttd_dr_vale.png')));
|
$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 . '">';
|
echo '<img style="width: 65px; height: 48px;" src="' . $imgSrc . '">';
|
||||||
} else if(!empty($dataMember->code_perusahaan) == 'VALEIND'){
|
} else if(!empty($dataMember->code_perusahaan) == 'VALEIND'){
|
||||||
@@ -455,7 +455,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-<?php echo now()->timestamp; ?> ">
|
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-<?php echo now()->timestamp; ?> ">
|
||||||
@php
|
@php
|
||||||
if ($dataMember->code_perusahaan == 'VALEIND' && $dataRequestLog->submission_date >= '2025-05-12') {
|
if ($dataMember->code_perusahaan == 'VALEIND' && $dataRequestLog->submission_date <= '2025-05-12') {
|
||||||
@endphp
|
@endphp
|
||||||
<u><b>Dr. Hery Hermas, M.Kes</b></u>
|
<u><b>Dr. Hery Hermas, M.Kes</b></u>
|
||||||
@php
|
@php
|
||||||
|
|||||||
Reference in New Issue
Block a user