@extends('layouts.app') @section('title', __('messages.news')) @section('content')
{{ Str::limit(strip_tags($item->{'content_'.app()->getLocale()}), 150) }}