modify filter calculation
This commit is contained in:
@@ -2,7 +2,15 @@
|
||||
|
||||
<div class="col-3 form-inline">
|
||||
<a href="/"><img src="/img/logo.jpg" class="img-responvive"></a>
|
||||
<a id="filters" href="#" class="text-white pl-3"><i class="fa fa-2x fa-bars"></i></a>
|
||||
<a id="filters" href="#" class="text-white pl-3">
|
||||
<span id="filter-on" class="fa-stack fa-2x">
|
||||
<i class="fa fa-stack-1x fa-filter"></i>
|
||||
</span>
|
||||
<span id="filter-off" class="fa-stack fa-2x d-none">
|
||||
<i class="fa fa-stack-1x fa-filter"></i>
|
||||
<i class="fa fa-stack-2x fa-ban" style="color:Tomato"></i>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-5 form-inline">
|
||||
|
||||
@@ -2,9 +2,11 @@
|
||||
<div class="col-12 text-right p-2">
|
||||
<button type="button" class="btn bg-green-dark light" data-toggle="dropdown">
|
||||
<i class="fa fa-2x fa-fw fa-user mr-2"></i>
|
||||
<span id="username" class="ml-2 badge bg-yellow green-dark">
|
||||
{{ App\Repositories\Shop\Customers::getName() }}
|
||||
</span>
|
||||
@if (App\Repositories\Shop\Customers::getName())
|
||||
<span id="username" class="ml-2 badge bg-yellow green-dark">
|
||||
{{ App\Repositories\Shop\Customers::getName() }}
|
||||
</span>
|
||||
@endif
|
||||
</button>
|
||||
|
||||
<ul class="dropdown-menu" aria-labelledby="dLabel">
|
||||
|
||||
Reference in New Issue
Block a user