18 lines
602 B
PHP
18 lines
602 B
PHP
|
|
|
|
<h5 class="border-bottom pb-2">{{lang('blog', 'categories')}}</h5>
|
|
|
|
<ul class="nav flex-column">
|
|
@foreach (content_category() as $key)
|
|
<li class="nav-item border-bottom">
|
|
<a class="nav-link" href="/blog/category/{{$key->id.'-'.$key->name_seo}}">
|
|
{{$key->name}}
|
|
</a>
|
|
</li>
|
|
@endforeach
|
|
</ul>
|
|
<a href="https://www.turhost.com/sunucu/bulut-sunucu" target="_blank">
|
|
<img src="/img/sponsor/cloud-server-turhost-banner-350x250px.png" alt="cloud server turhost banner">
|
|
</a>
|
|
|