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>
@@ -263,10 +263,22 @@
</div>
</div>
@if ($invoice->footer)
<div class="row">
{!! $invoice->footer !!}
<div class="row">
<div class="col-md-12">
<div class="table-responsive">
<table class="table table-borderless">
<tbody>
<tr>
<th>
@if ($invoice->footer)
{!! $invoice->footer !!}
@endif
</th>
</tr>
</tbody>
</table>
</div>
</div>
@endif
</div>
</div>
@endsection

View File

@@ -188,9 +188,7 @@
@if (setting('company.logo'))
<img src="{{ Storage::url(setting('company.logo')) }}"/>
@else
<span class="avatar avatar-size rounded-circle bg-default">
<i class="fas fa-building"></i>
</span>
<img src="{{ asset('public/img/company.png') }}" height="128" width="128" alt="Company"/>
@endif
</th>
</tr>