Skip to content

Commit

Permalink
fix problem
Browse files Browse the repository at this point in the history
  • Loading branch information
A1Gard committed Dec 10, 2023
1 parent c029c70 commit 8bf42c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/website/component/navbar2.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{$mcat->name}}
</a>
<ul>
@foreach(\App\Helpers\getSubCats($mcat->id) as $subcat)
@foreach(\App\Helpers\getSubCats($mcat->id,4) as $subcat)
<li>
<h3>
<a href="{{route('cat',$subcat->slug)}}">
Expand Down

0 comments on commit 8bf42c9

Please sign in to comment.