{!! Theme::section('profile.gallery-menu',['type' => 'video']) !!}
@if (count($videos)) @if (count($videos) != 0) @foreach ($videos as $video) {!! Theme::section('video.display-video', [ 'video' => $video, 'profile_id' => $profile_id ]) !!} @endforeach @endif @else

No videos to display!

@endif
{!! $pageNumbers !!}