static a tag convert to view component

This commit is contained in:
Burak Civan
2022-08-03 14:04:32 +03:00
parent 5cb11e3ea6
commit 0dfc8df574
46 changed files with 167 additions and 138 deletions

View File

@ -41,9 +41,9 @@
<div class="flex justify-between">
<span>
@foreach ($module->categories as $module_category)
<a href="{{ route('apps.categories.show', $module_category->slug) }}" class="text-sm">
<x-link href="{{ route('apps.categories.show', $module_category->slug) }}" class="text-sm" override="class">
{{ $module_category->name }}
</a>
</x-link>
@endforeach
</span>
</div>