@if($recentVideos = app('App\\Repositories\\VideoAlbumRepository')->getRecentVideos($profileUser->id))
{{trans('video.recent-videos')}} More
@foreach($recentVideos->reverse()->take(2) as $video)
@endforeach
@endif