From 390352d25570f096c1fad2c8eb7b9c38ae6cce7c Mon Sep 17 00:00:00 2001 From: ivan-sim Date: Mon, 8 Jan 2024 13:26:47 +0700 Subject: [PATCH] Update --- resources/views/pdf/final_log_page_2.blade.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/resources/views/pdf/final_log_page_2.blade.php b/resources/views/pdf/final_log_page_2.blade.php index f849a8c2..704fc697 100644 --- a/resources/views/pdf/final_log_page_2.blade.php +++ b/resources/views/pdf/final_log_page_2.blade.php @@ -183,12 +183,12 @@ right: 10px; text-align: left; } - .logo_vale-timestamp; ?> { + .logo_company-timestamp; ?> { position: absolute; top: -35.12px; left: -35.91px; width: 10%; - max-width: 400px; /* batasan lebar maksimum gambar */ + max-width: 40px; /* batasan lebar maksimum gambar */ margin-top: 1px; /* jarak antara segitiga dan gambar */ margin-bottom: 5px; } @@ -197,7 +197,12 @@
- + @php + if(!empty($logoPerusahaan->path)) { + $imgSrc = 'data:image/png;base64,' . base64_encode(file_get_contents(storage_path('app/public/' . $logoPerusahaan->path))); + echo ''; + } + @endphp
The Future Of Healthcare At Your Fingertips