このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
LightPeer/resources/views/layout/component/videos/tags.blade.php

9 行
305 B
PHP
Raw 通常表示 履歴

2022-02-11 22:08:29 +09:00
<div class="section videos">
2022-02-05 14:05:00 +09:00
<h2 class="section-title">
2022-02-11 22:08:29 +09:00
<a href="/search?tagsOneOf={{ $res['video']->tags[0]->tag }}">{{ '#'.$res['video']->tags[0]->tag }}</a>
2022-02-05 14:05:00 +09:00
</h2>
@foreach ($res['video']->tags[0]->videos as $k => $v)
@include('layout.component.common.videominature')
@endforeach
</div>