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

16 行
485 B
PHP

<my-account-video-channels>
<div class="margin-content">
<div class="channels">
@foreach ($res['channel']->data as $ch)
<div class="channel">
@include('layout.component.a.channels.avatar')
@include('layout.component.common.subscribe')
@foreach ($ch->video->data as $v)
@include('layout.component.common.videominature')
@endforeach
</div>
@endforeach
</div>
</div>
</my-account-video-channels>