Update signature logic for VALEIND with LinkSehat penjamin

This commit is contained in:
Iqbal
2026-05-11 13:45:23 +07:00
parent 429ef68f09
commit 682edcd50e
3 changed files with 4 additions and 2 deletions

View File

@@ -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';

View File

@@ -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

View File

@@ -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