{{ $data->title }}
@if($data['file_type'] == 'youtube_link') @php $youtubeId = General::embededIdFromYouTubeUrl($data['youtube_link']); @endphp @elseif($data['file_type'] == 'video' && $data['video']) @if(file_exists(public_path($data['video']))) @endif @endif
{{ $data->description }}