@extends('main') @section('styles') @endsection @section('content')
{!! Str::words(strip_tags($item->content), 30, ' ...') !!}