@php $canPlay = ($video->accessibility !== 'paid' or ($video->accessibility == 'paid' and !empty($user) and $hasBought)); @endphp
@if($video->accessibility == 'paid') @if(!empty($user) and $hasBought)
@else
@endif @else
@endif
{{ $video->title }}
@if($video->storage == 'upload') {{ $video->getFileDuration() }} @else {{ trans('update.file_source_'.$video->storage) }} @endif
{!! nl2br(clean($video->description)) !!}