mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-20 03:34:06 +00:00
v5.0.0 update
This commit is contained in:
@@ -341,8 +341,8 @@
|
||||
@if($logo)
|
||||
<img class="header-logo" src="{{ $logo }}" alt="Company Logo">
|
||||
@else
|
||||
@if($invoice->user->company)
|
||||
<h2 class="header-logo"> {{$invoice->user->company->name}} </h2>
|
||||
@if($invoice->customer->company)
|
||||
<h2 class="header-logo"> {{$invoice->customer->company->name}} </h2>
|
||||
@endif
|
||||
@endif
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user