{{ label('lbl_videos_gallery') }}
{{ label('lbl_videos_gallery') }}
@if($albums)
@foreach($albums as $keys => $album)
@endforeach
{{ $album->title}} ({{ count($album['videos']) }})
@forelse($album['videos']->slice(0,3) as $key => $video)
@empty
{{ label('lbl_no_information') }}
@endforelse
{!! $albums->render() !!}
@else
{{ label('lbl_no_information') }}
@endif