One Hat Cyber Team
Your IP :
216.73.216.126
Server IP :
178.63.234.5
Server :
Linux whm01.ins-jo.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Server Software :
Apache
PHP Version :
8.1.32
Buat File
|
Buat Folder
Dir :
~
/
home
/
business
/
www
/
resources
/
views
/
front
/
partials
/
Edit File Name :
blog-sidebar.blade.php
<div class="blog-sidebar"> <div class="blog-box blog-border"> <div class="blog-title pl-45"> <h4 class="title"><i class="fa fa-list {{$rtl == 1 ? 'mr-20 ml-10' : 'mr-10'}}"></i>{{__('All Categories')}}</h4> </div> <div class="blog-cat-list pl-45 pr-45"> <ul> <li class="single-category @if(empty(request()->input('category'))) active @endif"><a href="{{route('front.blogs')}}">{{__('All')}}</a></li> @foreach ($bcats as $key => $bcat) <li class="single-category @if(request()->input('category') == $bcat->id) active @endif"><a href="{{route('front.blogs', ['category'=>$bcat->id])}}">{{$bcat->name}}</a></li> @endforeach </ul> </div> </div> </div>
Save