@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

{{isset($testimonials->user) && $testimonials->user->first_name && $testimonials->user->last_name ? $testimonials->user->first_name." ".$testimonials->user->last_name : ""}}

{!! isset($testimonials->description) && $testimonials->description ? nl2br($testimonials->description) : "" !!}