Update signature logic for VALEIND with LinkSehat penjamin
This commit is contained in:
@@ -629,6 +629,7 @@ class RequestLogController extends Controller
|
|||||||
$ttdNama = 'Fariz Ariyadi';
|
$ttdNama = 'Fariz Ariyadi';
|
||||||
$ttdJabatan = 'Chief Executive Officer';
|
$ttdJabatan = 'Chief Executive Officer';
|
||||||
$ttdImage = public_path('images/ttd_fariz.png');
|
$ttdImage = public_path('images/ttd_fariz.png');
|
||||||
|
$namaPenjaminTtd = 'PT Link Medis Sehat';
|
||||||
} else {
|
} else {
|
||||||
if ($dataRequestLog->submission_date <= '2025-05-12') {
|
if ($dataRequestLog->submission_date <= '2025-05-12') {
|
||||||
$ttdNama = 'Dr. Hery Hermas, M.Kes';
|
$ttdNama = 'Dr. Hery Hermas, M.Kes';
|
||||||
@@ -891,6 +892,7 @@ class RequestLogController extends Controller
|
|||||||
$ttdNama = 'Fariz Ariyadi';
|
$ttdNama = 'Fariz Ariyadi';
|
||||||
$ttdJabatan = 'Chief Executive Officer';
|
$ttdJabatan = 'Chief Executive Officer';
|
||||||
$ttdImage = public_path('images/ttd_fariz.png');
|
$ttdImage = public_path('images/ttd_fariz.png');
|
||||||
|
$namaPenjaminTtd = 'PT Link Medis Sehat';
|
||||||
} else {
|
} else {
|
||||||
if ($dataRequestLog->submission_date <= '2025-05-12') {
|
if ($dataRequestLog->submission_date <= '2025-05-12') {
|
||||||
$ttdNama = 'Dr. Hery Hermas, M.Kes';
|
$ttdNama = 'Dr. Hery Hermas, M.Kes';
|
||||||
|
|||||||
@@ -261,7 +261,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-1-<?php echo now()->timestamp; ?> ">
|
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-1-<?php echo now()->timestamp; ?> ">
|
||||||
Hormat Kami,<br>
|
Hormat Kami,<br>
|
||||||
{{ $dataMember->nama_perusahaan }}
|
{{ $namaPenjaminTtd ?? $dataMember->nama_perusahaan }}
|
||||||
</div>
|
</div>
|
||||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-2-<?php echo now()->timestamp; ?> ">
|
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-2-<?php echo now()->timestamp; ?> ">
|
||||||
<!-- @php
|
<!-- @php
|
||||||
|
|||||||
@@ -434,7 +434,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-1-<?php echo now()->timestamp; ?> ">
|
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-1-<?php echo now()->timestamp; ?> ">
|
||||||
Hormat Kami,<br>
|
Hormat Kami,<br>
|
||||||
{{ $dataMember->nama_perusahaan }}
|
{{ $namaPenjaminTtd ?? $dataMember->nama_perusahaan }}
|
||||||
</div>
|
</div>
|
||||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-2-<?php echo now()->timestamp; ?> ">
|
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-2-<?php echo now()->timestamp; ?> ">
|
||||||
@php
|
@php
|
||||||
|
|||||||
Reference in New Issue
Block a user