mirror of https://github.com/4xmen/xshop.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
540 B
PHTML
23 lines
540 B
PHTML
2 years ago
|
|
||
|
|
||
2 years ago
|
<div class="pt-2 bg-primary text-light" id="toggle-side">
|
||
|
<h2 class="text-center">
|
||
|
تنظیم صافی و ترتیب نمایش
|
||
|
</h2>
|
||
|
</div>
|
||
|
<div class="side-box">
|
||
|
<h2>
|
||
|
دسته بندی
|
||
|
</h2>
|
||
|
<ul class="list-group">
|
||
|
<li class="list-group-item">
|
||
|
<a href="">دسته اصلی</a>
|
||
|
<div class="mt-2"></div>
|
||
|
<ul class="list-group">
|
||
|
{!! App\Helpers\showCats([],'list-group-item','list-group') !!}
|
||
|
</ul>
|
||
|
</li>
|
||
2 years ago
|
|
||
2 years ago
|
</ul>
|
||
|
</div>
|