This commit is contained in:
Iqbal
2026-04-28 14:50:41 +07:00
parent 18edec5393
commit f42266258f

View File

@@ -271,11 +271,8 @@
} }
@endphp --> @endphp -->
@php @php
if(!empty($dataMember->code_perusahaan) == 'VALEIND' && $dataRequestLog->submission_date <= '2025-05-12') { if(!empty($ttdImage)) {
$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($ttdImage));
echo '<img style="width: 65px; height: 48px;" src="' . $imgSrc . '">';
} else if(!empty($dataMember->code_perusahaan) == 'VALEIND'){
$imgSrc = 'data:image/png;base64,' . base64_encode(file_get_contents(public_path('images/ttd_dr_irma_2.png')));
echo '<img style="width: 65px; height: 48px;" src="' . $imgSrc . '">'; echo '<img style="width: 65px; height: 48px;" src="' . $imgSrc . '">';
} }
@endphp @endphp