mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 13:41:09 -04: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