@extends('frontend.master') @section('title') {{ ___('frontend.News') }} @endsection @section('main')
{!! Str::limit($item->description,150) !!}