App show category issue solved..

This commit is contained in:
Cüneyt Şentürk 2022-06-24 11:15:52 +03:00
parent af515d470f
commit 57320b507b

View File

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