Looking for something else?
@include('frontend.search_data') @if(count($data['explores'])) @foreach ($data['explores'] as $key=>$explore) @php $strip_desc = strip_tags($explore->video_description??'There is no description ...'); $limit_desc = \Illuminate\Support\Str::limit($strip_desc, 200,'...'); @endphp