@extends('layouts.app') @section('content')
{{ str_limit($post->body, 100) }} {{-- Limit teaser to 100 characters --}}