@extends('layouts.app') @section('title', $post->title) @section('meta-tags') @endsection @section('content')
{{ $post->excerpt }}