Update show.blade.php

This commit is contained in:
2020-08-18 02:01:07 +05:00
parent f5bc638672
commit b36636d8e1

View File

@@ -76,12 +76,12 @@
<div class="border-b"></div>
<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)
<a
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}}
</a>
@endforeach