@php $slides=DB::table('news')->orderBy('id','desc')->where('show_in_slider','1')->take(6)->get(); @endphp {{-- @php $counter=count($slides); @endphp @foreach($slides as $item) {{substr($item->en_title,0,27)}} {{substr($item->en_title,27,51)}} {{substr($item->en_title,51,75)}} @php $counter-=1; @endphp @endforeach --}} ❮ ❯