diff --git a/resources/views/category/left.blade.php b/resources/views/category/left.blade.php
index 80623f0..081b0b7 100644
--- a/resources/views/category/left.blade.php
+++ b/resources/views/category/left.blade.php
@@ -6,7 +6,7 @@
@if ($parent->childrens->isNotEmpty())
- @foreach ($parent->childrens()->orderBy('order', 'desc')->get() as $child)
+ @foreach ($parent->childrens()->orderBy('order', 'asc')->get() as $child)
- id==$child->id) class="active" @endif >
{{ $child->title }}