@extends('main-site.partials.app') @section('description', $post->short_description) @section('keywords', $post->tags->pluck('name')->implode(', ')) @section('plus_meta') @endsection @section('title', $post->title) @section('content')
{{ $post->short_description }}