renamed print files

This commit is contained in:
denisdulici
2019-11-30 00:39:44 +03:00
parent fdf1667f70
commit 1ce9350e97
11 changed files with 29 additions and 174 deletions

View File

@ -11,9 +11,7 @@
<tbody>
<tr>
<th>
@if ($logo)
<img src="{{ asset('public/img/company.png') }}" height="128" width="128" alt="Company"/>
@endif
<img src="{{ $logo }}" alt="{{ setting('company.name') }}"/>
</th>
</tr>
</tbody>

View File

@ -185,11 +185,7 @@
<tbody>
<tr>
<th>
@if (setting('company.logo'))
<img src="{{ Storage::url(setting('company.logo')) }}"/>
@else
<img src="{{ asset('public/img/company.png') }}" height="128" width="128" alt="Company"/>
@endif
<img src="{{ $logo }}" alt="{{ setting('company.name') }}"/>
</th>
</tr>
</tbody>