@php $name = $item['name']; $thumb = asset('images/article/' . $item['thumb']); $class = ""; if(!empty($type) && $type == "single") { $class = "img-fluid w-100"; } @endphp