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

9 行
239 B
PHP

<div class="section channel videos">
<div class="section-title">
<h2 class="section-title">人気な動画</h2>
</div>
@foreach ($res['hot']->data as $v)
@include('layout.component.common.videominature')
@endforeach
</div>