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