Fix Logo render in Payment PDF (#162)

* Fix logo render in Payment PDF

* Fix CSS to make it consistent with other templates
This commit is contained in:
SpeedX
2024-10-14 15:17:10 +05:30
committed by GitHub
parent 068f48568e
commit 022769ba38

View File

@@ -288,7 +288,7 @@
<tr>
@if ($logo)
<td width="50%" class="header-section-left">
<img style="height: 50px;" class="header-logo" src="{{ $logo }}" alt="Company Logo">
<img style="height:50px" class="header-logo" src="{{ \App\Space\ImageUtils::toBase64Src($logo) }}" alt="Company Logo">
@else
@if ($payment->customer)
<td class="header-section-left" style="padding-top:0px;">