@if ($user->id == auth()->id())
@endif @if (!blank($videos))
@include($activeTemplate . 'partials.video.video_list', ['videos' => $videos])
@else
@include('Template::partials.empty')
@endif
{{-- ads video modal --}} @if ($user->id == auth()->id()) @endif @push('style-lib') @endpush @push('script-lib') @endpush @push('style') @endpush @push('script') @endpush