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

今日

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

昨日

@foreach ($res['video']['yesterday'] as $v) @include('layout.component.common.videominature') @endforeach @endif @if (!empty($res['video']['week']))

今週

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

今月

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

先月

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

もっと前

@foreach ($res['video']['moreearly'] as $v) @include('layout.component.common.videominature') @endforeach @endif