Add pagination to shops

This commit is contained in:
Amanmyrat 2023-09-20 18:53:49 +05:00
parent 4f87580a78
commit 0ca39641ea
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ function onStart(){
{{'Главная'|_}}
</a>
<h4 class="crumb_title">
<a href="{{ url('/') }}/main-category/{{category.top_category.id}}/{{category.top_category.name}}">
<a href="{{ url('/') }}/main-category/{{category.top_category.id}}">
{{category.top_category.name}}
</a>
</h4>