@extends('layouts.app') @section('title', $post->meta_title ?: $post->title) @section('meta_description', $post->meta_description ?: $post->excerpt) @section('content')
{{ $post->excerpt }}