@if(count($news) > 0) @foreach($news as $value) @php $descText = strip_tags($value->description); @endphp @if($value->video)
@elseif(file_exists(public_path('/').$value->image) && $value->image)
@else
@endif @endforeach @else

no news found

@endif