@if(isset($videos))
@if(isset($videos)) @if($display_device === "mb") @php $groupedVideos = $videos->chunk(3); @endphp @elseif($display_device === "dp") @php $groupedVideos = $videos->chunk(1); @endphp @else @php $groupedVideos = $videos->chunk(5); @endphp @endif
@foreach($groupedVideos as $group)
@foreach($group as $item)
@endforeach
@endforeach
{{-- pagination links --}}
{{-- pagination links --}} @endif
@endif