@extends('layouts.app') @section('title', $post->title . ' - Redsom Group') @section('description', Str::limit(strip_tags($post->content), 160)) @section('content')
{{ $post->content }}
@elseThis is a {{ $post->type }} post in the {{ $post->category }} category.
@endif{{ $related->published_at->format('M d, Y') }}