forgotten company and user logo added
This commit is contained in:
parent
ff69b26214
commit
1c281db6f3
BIN
public/img/company.png
Normal file
BIN
public/img/company.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
public/img/user.png
Normal file
BIN
public/img/user.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<div class="header-body text-center mb-5">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-xl-5 col-lg-6 col-md-8">
|
||||
<img class="login-logo pb-5" src="{{ asset('public/img/akaunting-logo-white.png') }}" alt="Akaunting" />
|
||||
<img class="login-logo pb-5" src="{{ asset('public/img/akaunting-logo-white.png') }}" alt="Akaunting"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -107,7 +107,7 @@
|
||||
@else
|
||||
{!! $module->price_prefix !!}
|
||||
@if (isset($module->special_price))
|
||||
<del>{{ $module->price }}</del>
|
||||
<del class="text-danger">{{ $module->price }}</del>
|
||||
{{ $module->special_price }}
|
||||
@else
|
||||
{{ $module->price }}
|
||||
|
@ -182,7 +182,7 @@
|
||||
{!! $module->price_prefix !!}
|
||||
|
||||
@if (isset($module->special_price))
|
||||
<del>{{ $module->price }}</del>
|
||||
<del class="text-danger">{{ $module->price }}</del>
|
||||
{{ $module->special_price }}
|
||||
@else
|
||||
{{ $module->price }}
|
||||
|
@ -199,9 +199,7 @@
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link pr-0" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
|
||||
<div class="media align-items-center">
|
||||
<span class="avatar avatar-sm rounded-circle bg-default font-size-1">
|
||||
<i class="fas fa-user-alt"></i>
|
||||
</span>
|
||||
<img src="{{ asset('public/img/user.png') }}" height="36" width="36" alt="User"/>
|
||||
<div class="media-body ml-2 d-none d-lg-block">
|
||||
<span class="mb-0 text-sm font-weight-bold">
|
||||
@if (!empty($user->name))
|
||||
|
@ -46,7 +46,7 @@
|
||||
@else
|
||||
{!! $module->price_prefix !!}
|
||||
@if (isset($module->special_price))
|
||||
<del>{{ $module->price }}</del>
|
||||
<del class="text-danger">{{ $module->price }}</del>
|
||||
{{ $module->special_price }}
|
||||
@else
|
||||
{{ $module->price }}
|
||||
|
@ -30,7 +30,7 @@
|
||||
@else
|
||||
{!! $module->price_prefix !!}
|
||||
@if (isset($module->special_price))
|
||||
<del>{{ $module->price }}</del>
|
||||
<del class="text-danger">{{ $module->price }}</del>
|
||||
{{ $module->special_price }}
|
||||
@else
|
||||
{{ $module->price }}
|
||||
|
@ -91,9 +91,7 @@
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link pr-0" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<div class="media align-items-center">
|
||||
<span class="avatar avatar-sm rounded-circle bg-default font-size-1">
|
||||
<i class="fas fa-user-alt"></i>
|
||||
</span>
|
||||
<img src="{{ asset('public/img/user.png') }}" height="36" width="36" alt="User"/>
|
||||
<div class="media-body ml-2 d-none d-lg-block">
|
||||
<span class="mb-0 text-sm font-weight-bold">
|
||||
@if (!empty($user->name))
|
||||
|
@ -15,6 +15,7 @@
|
||||
'class' => 'form-loading-button mb-0',
|
||||
'novalidate' => true
|
||||
]) !!}
|
||||
<div id="wizard-loading"></div>
|
||||
<div class="card-header wizard-header pb-0">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
|
Loading…
x
Reference in New Issue
Block a user