@extends('main') @section('styles') @endsection @section('content')
{{ Date::parse($item->created_at)->format('l j F Y') }}
{!! Str::words(strip_tags($item->content), 30, ' ...') !!}