@extends('site.inner') @section('title') {!! label('lbl_news') !!} @endsection {{-- @section('page_title') {!! label('lbl_news') !!} @endsection --}} @section('content')
{!! str_limit(strip_tags($news->content) ,120) !!}