diff --git a/resources/views/pdf/final_log_page_1.blade.php b/resources/views/pdf/final_log_page_1.blade.php
index 7449dc5e..3eab161a 100644
--- a/resources/views/pdf/final_log_page_1.blade.php
+++ b/resources/views/pdf/final_log_page_1.blade.php
@@ -224,7 +224,7 @@
| Kepada |
: |
- {{ !empty($rumahSakit->nama_rumahsakit) }} |
+ {{ !empty($rumahSakit->nama_rumahsakit) ? $rumahSakit->nama_rumahsakit : '' }} |
Plan Polis |
: |
{{ $dataMember->code_plan }} |
@@ -307,7 +307,7 @@
|
Alamat Provider |
: |
- {{ !empty($rumahSakit->alamat_rumahsakit) }} |
+ {{ !empty($rumahSakit->alamat_rumahsakit) ? $rumahSakit->alamat_rumahsakit : '' }} |
| No. Rekam Medis |
@@ -384,7 +384,7 @@
@endphp
Alarm Center Vale MKS (LinkSehat) Office
- {{ !empty($logoPerusahaan->name) }}
+ {{ !empty($logoPerusahaan->name) ? $logoPerusahaan->name : '' }}
Lt. 1, Jalan Somba Opu 281, Ujung Pandang, Losari,
Kec. Makassar, Kota Makassar, Sulawesi Selatan 90113
@php
@@ -392,7 +392,7 @@
@endphp
Alarm Center Vale MKS (LinkSehat) Office
- {{ !empty($logoPerusahaan->name) }}
+ {{ !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
@php
@@ -400,7 +400,7 @@
@endphp
Alarm Center Vale MKS (LinkSehat) Office
- {{ !empty($logoPerusahaan->name) }}
+ {{ !empty($logoPerusahaan->name) ? $logoPerusahaan->name : '' }}
@php
diff --git a/resources/views/pdf/final_log_page_2.blade.php b/resources/views/pdf/final_log_page_2.blade.php
index 380a945a..fa731fe8 100644
--- a/resources/views/pdf/final_log_page_2.blade.php
+++ b/resources/views/pdf/final_log_page_2.blade.php
@@ -270,7 +270,7 @@
@endphp
Alarm Center Vale MKS (LinkSehat) Office
- {{ !empty($logoPerusahaan->name) }}
+ {{ !empty($logoPerusahaan->name) ? $logoPerusahaan->name : '' }}
Lt. 1, Jalan Somba Opu 281, Ujung Pandang, Losari,
Kec. Makassar, Kota Makassar, Sulawesi Selatan 90113
@php
@@ -278,7 +278,7 @@
@endphp
Alarm Center Vale MKS (LinkSehat) Office
- {{ !empty($logoPerusahaan->name) }}
+ {{ !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
@php
@@ -286,7 +286,7 @@
@endphp
Alarm Center Vale MKS (LinkSehat) Office
- {{ !empty($logoPerusahaan->name) }}
+ {{ !empty($logoPerusahaan->name) ? $logoPerusahaan->name : '' }}
@php
diff --git a/resources/views/pdf/req_log_page_1.blade.php b/resources/views/pdf/req_log_page_1.blade.php
index d2203f3a..733e0365 100644
--- a/resources/views/pdf/req_log_page_1.blade.php
+++ b/resources/views/pdf/req_log_page_1.blade.php
@@ -224,7 +224,7 @@
| Kepada |
: |
- {{ !empty($rumahSakit->nama_rumahsakit) }} |
+ {{ !empty($rumahSakit->nama_rumahsakit) ? $rumahSakit->nama_rumahsakit : '' }} |
Plan Polis |
: |
{{ $dataMember->code_plan }} |
@@ -307,7 +307,7 @@
|
Alamat Provider |
: |
- {{ !empty($rumahSakit->alamat_rumahsakit) }} |
+ {{ !empty($rumahSakit->alamat_rumahsakit) ? $rumahSakit->alamat_rumahsakit : '' }} |
| No. Rekam Medis |
@@ -395,7 +395,7 @@
@endphp
Alarm Center Vale MKS (LinkSehat) Office
- {{ !empty($logoPerusahaan->name) }}
+ {{ !empty($logoPerusahaan->name) ? $logoPerusahaan->name : '' }}
Lt. 1, Jalan Somba Opu 281, Ujung Pandang, Losari,
Kec. Makassar, Kota Makassar, Sulawesi Selatan 90113
@php
@@ -403,7 +403,7 @@
@endphp
Alarm Center Vale MKS (LinkSehat) Office
- {{ !empty($logoPerusahaan->name) }}
+ {{ !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
@php
@@ -411,7 +411,7 @@
@endphp
Alarm Center Vale MKS (LinkSehat) Office
- {{ !empty($logoPerusahaan->name) }}
+ {{ !empty($logoPerusahaan->name) ? $logoPerusahaan->name : '' }}
@php