@php $showVideoPath = (empty($videoSource) or (in_array($videoSource, ['youtube', 'vimeo', 'external', 'iframe']))); $showVideoFile = (!empty($videoSource) and in_array($videoSource, ['upload'])); @endphp