forgotten company and user logo added

This commit is contained in:
batuhanbas
2019-11-29 11:09:11 +03:00
parent ff69b26214
commit 1c281db6f3
14 changed files with 29 additions and 24 deletions

View File

@@ -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>

View File

@@ -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>