forgotten company and user logo added
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<tr>
|
||||
<th>
|
||||
@if ($logo)
|
||||
<img src="{{ $logo }}"/>
|
||||
<img src="{{ asset('public/img/company.png') }}" height="128" width="128" alt="Company"/>
|
||||
@endif
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
@@ -166,9 +166,7 @@
|
||||
@if (isset($bill->contact->logo) && !empty($bill->contact->logo->id))
|
||||
<img src="{{ Storage::url($bill->contact->logo->id) }}"/>
|
||||
@else
|
||||
<span class="avatar avatar-size rounded-circle bg-primary">
|
||||
<i class="fas fa-building"></i>
|
||||
</span>
|
||||
<img src="{{ asset('public/img/company.png') }}" height="128" width="128" alt="Company"/>
|
||||
@endif
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user