wip: article AI polish, category SEO fields, cover generator, membership plan seeder
This commit is contained in:
@@ -68,7 +68,9 @@
|
||||
<h3>{{ __('frontend.sidebar.categories') }}</h3>
|
||||
<ul>
|
||||
@foreach(($categories ?? []) as $category)
|
||||
<li><a href="{{ url('/category-'.$category->id.'.shtml') }}">{{ $category->name }}</a></li>
|
||||
<li>
|
||||
<a href="{{ $category->publicUrl() }}">{{ $category->name }}</a>
|
||||
</li>
|
||||
@endforeach
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user