@foreach ($videos as $index => $video)
@if ($video->showEligible()) @include('Template::partials.video.video_loader') @else Video Thumb @lang('Only'){{ gs('cur_sym') }}{{ showAmount($video->price, currencyFormat: false) }}
@endif
image {{ __($video->user->channel_name) }}
{{ __($video->title) }}
{{ formatNumber($video->views) }} @lang('views') {{ $video->created_at->diffForHumans() }} @if (request()->routeIs('preview.playlist.videos') && $user->id == auth()->id()) @endif
@endforeach @if (!request()->routeIs('home')) @push('script') @endpush @endif