@if(isset($testimonials->file_type) && $testimonials->file_type == 'video' && $testimonials->t_video && file_exists(public_path($testimonials->video)))
@elseif(isset($testimonials->file_type) && $testimonials->file_type == 'youtube_link')
@php
$youtubeThumbnail = General::embededIdFromYouTubeUrl($testimonials->youtube_link);
@endphp
@elseif(isset($testimonials->t_image) && $testimonials->t_image)
@include('frontend.partials.fileRender', ['file' => $testimonials->t_image, 'size' => "medium"])
@else
}})
@endif