@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->title }}

{!! $post->content !!}

{{ __("website_301.posts.LastPosts") }}

{{ __("website_301.posts.ReadMore") }}

@endsection