@extends('layouts.app') @section('content')
{{ \Illuminate\Support\Str::limit(strip_tags($item->content), 100, '...') }}