diff --git a/resources/views/tag/index.blade.php b/resources/views/tag/index.blade.php index fb088b4..e097f4c 100644 --- a/resources/views/tag/index.blade.php +++ b/resources/views/tag/index.blade.php @@ -6,15 +6,15 @@

タグ一覧

公開チェックインに付けられているタグを、チェックイン数の多い順で表示しています。

-
-
-
- @foreach($tags as $tag) - - @endforeach +
+
+ @foreach($tags as $tag) + + @endforeach +
+ {{ $tags->links(null, ['className' => 'mt-4 justify-content-center']) }}
- {{ $tags->links(null, ['className' => 'mt-4 justify-content-center']) }}
@endsection