Update show.blade.php
This commit is contained in:
@@ -76,12 +76,12 @@
|
|||||||
|
|
||||||
<div class="border-b"></div>
|
<div class="border-b"></div>
|
||||||
<h5 class="MvTyper text-md font-bold text-center mb-2 mt-2">މައުޟޫޢުތަށް</h5>
|
<h5 class="MvTyper text-md font-bold text-center mb-2 mt-2">މައުޟޫޢުތަށް</h5>
|
||||||
<div class="flex flex-wrap gap-2 items-center justify-center">
|
<div class="flex flex-wrap items-center justify-center">
|
||||||
|
|
||||||
@foreach ($article->topics as $topic)
|
@foreach ($article->topics as $topic)
|
||||||
<a
|
<a
|
||||||
href="{{route('topics.show', $topic->slug)}}"
|
href="{{route('topics.show', $topic->slug)}}"
|
||||||
class="mt-4 bg-gray-600 no-underline text-sm font-bold hover:bg-white px-3 py-2 rounded border border-gray-600 text-white hover:text-gray-600 MvTyper">
|
class="mt-4 mr-2 bg-gray-600 no-underline text-sm font-bold hover:bg-white px-3 py-2 rounded border border-gray-600 text-white hover:text-gray-600 MvTyper">
|
||||||
{{$topic->name}}
|
{{$topic->name}}
|
||||||
</a>
|
</a>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
Reference in New Issue
Block a user