@if (!empty($res['video']['today']))

今日

@foreach ($res['video']['today'] as $v) @include('theme.'.env('THEME').'.component.peertube.parts.common.videominature') @endforeach @endif @if (!empty($res['video']['yesterday']))

今日

@foreach ($res['video']['today'] as $v) @include('theme.'.env('THEME').'.component.peertube.parts.common.videominature') @endforeach @endif @if (!empty($res['video']['week']))

今週

@foreach ($res['video']['week'] as $v) @include('theme.'.env('THEME').'.component.peertube.parts.common.videominature') @endforeach @endif @if (!empty($res['video']['month']))

今月

@foreach ($res['video']['month'] as $v) @include('theme.'.env('THEME').'.component.peertube.parts.common.videominature') @endforeach @endif @if (!empty($res['video']['lastmonth']))

先月

@foreach ($res['video']['lastmonth'] as $v) @include('theme.'.env('THEME').'.component.peertube.parts.common.videominature') @endforeach @endif @if (!empty($res['video']['moreearly']))

もっと前

@foreach ($res['video']['moreearly'] as $v) @include('theme.'.env('THEME').'.component.peertube.parts.common.videominature') @endforeach @endif