@extends('layouts.main') @section('title', $post->title) @section('description', \Illuminate\Support\Str::limit(strip_tags($post->description), 160, '...')) @section('content')
{{ $post->created_at->format('d/m/Y') }}
{!! \Illuminate\Support\Str::limit(strip_tags($post->description), 150, '...') !!}