@if ( $record->question_type != 'video' && $record->question_type != 'audio' && $record->question_type != 'audio_embed' && $record->question_type != 'video_embed' ) @elseif($record->question_type == 'video') @php $src= $record->question_file; if($record->question_file_is_url){ $src= $record->question_file; } @endphp To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video @elseif($record->question_type == 'audio') @php $src = $record->question_file; if($record->question_file_is_url){ $src= $record->question_file; } @endphp @elseif($record->question_type == 'audio_embed' || $record->question_type == 'video_embed') @php $src = $record->question_file; if($record->question_file_is_url){ $src= $record->question_file; } @endphp @endif
To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video