diff --git a/public/images/ttd_dr_vale.png b/public/images/ttd_dr_vale.png
new file mode 100644
index 00000000..e45fb007
Binary files /dev/null and b/public/images/ttd_dr_vale.png differ
diff --git a/resources/views/pdf/final_log_page_1.blade.php b/resources/views/pdf/final_log_page_1.blade.php
index ed9f6bb1..56490502 100644
--- a/resources/views/pdf/final_log_page_1.blade.php
+++ b/resources/views/pdf/final_log_page_1.blade.php
@@ -427,7 +427,7 @@
@php
- if (!empty($logoPerusahaan->code) === 'VALEIND') {
+ if (!empty($logoPerusahaan->code) == 'VALEIND') {
@endphp
Alarm Center Vale MKS (LinkSehat) Office
@@ -435,7 +435,7 @@
Lt. 1, Jalan Somba Opu 281, Ujung Pandang, Losari,
Kec. Makassar, Kota Makassar, Sulawesi Selatan 90113
@php
- } else if(!empty($logoPerusahaan->code) === 'PETROLAB') {
+ } else if(!empty($logoPerusahaan->code) == 'PETROLAB') {
@endphp
Alarm Center Vale MKS (LinkSehat) Office
diff --git a/resources/views/pdf/final_log_page_2.blade.php b/resources/views/pdf/final_log_page_2.blade.php
index 53e93584..ecfddf05 100644
--- a/resources/views/pdf/final_log_page_2.blade.php
+++ b/resources/views/pdf/final_log_page_2.blade.php
@@ -264,11 +264,17 @@
{{ $dataMember->nama_perusahaan }}
- @php
+
+ @php
+ if(!empty($logoPerusahaan->code) == 'VALEIND') {
+ $imgSrc = 'data:image/png;base64,' . base64_encode(file_get_contents(public_path('images/ttd_dr_vale.png')));
+ echo '

';
+ }
@endphp
@@ -320,7 +326,7 @@
} else if(!empty($logoPerusahaan->code) == 'PETROLAB') {
@endphp
- Alarm Center Vale MKS (LinkSehat) Office
+ Alarm Center Petrolab (LinkSehat) Office
{{ !empty($logoPerusahaan->name) ? $logoPerusahaan->name : '' }}
Jalan Pisangan Lama 3 Nomor 28 Jatinegara, RT.9/RW.3,
Pisangan Tim., Kec. Pulo Gadung, Kota Jakarta Timur, Daerah Khusus Ibukota Jakarta 13230
@@ -328,7 +334,7 @@
} else {
@endphp
- Alarm Center Vale MKS (LinkSehat) Office
+ Alarm Center (LinkSehat) Office
{{ !empty($logoPerusahaan->name) ? $logoPerusahaan->name : '' }}
diff --git a/resources/views/pdf/req_log_page_1.blade.php b/resources/views/pdf/req_log_page_1.blade.php
index db5c2874..20ff8ed7 100644
--- a/resources/views/pdf/req_log_page_1.blade.php
+++ b/resources/views/pdf/req_log_page_1.blade.php
@@ -437,11 +437,17 @@
{{ $dataMember->nama_perusahaan }}
- @php
+
+ @php
+ if(!empty($logoPerusahaan->code) == 'VALEIND') {
+ $imgSrc = 'data:image/png;base64,' . base64_encode(file_get_contents(public_path('images/ttd_dr_vale.png')));
+ echo '

';
+ }
@endphp
@@ -490,7 +496,7 @@
} else if(!empty($logoPerusahaan->code) == 'PETROLAB') {
@endphp
- Alarm Center Vale MKS (LinkSehat) Office
+ Alarm Center Petrolab (LinkSehat) Office
{{ !empty($logoPerusahaan->name) ? $logoPerusahaan->name : ''}}
Jalan Pisangan Lama 3 Nomor 28 Jatinegara, RT.9/RW.3,
Pisangan Tim., Kec. Pulo Gadung, Kota Jakarta Timur, Daerah Khusus Ibukota Jakarta 13230
@@ -498,7 +504,7 @@
} else {
@endphp
- Alarm Center Vale MKS (LinkSehat) Office
+ Alarm Center (LinkSehat) Office
{{ !empty($logoPerusahaan->name) ? $logoPerusahaan->name : '' }}