App show category issue solved..
This commit is contained in:
parent
af515d470f
commit
57320b507b
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user