fix sign
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user