@extends('layouts.public') @section('title') {{trans('seo.title.posts')}} @endsection @section('description') @endsection @section('content')
{{$post->title}}

{{$post->summary}}

{!!$post->content!!}

@include('include.sidebar')
@endsection @section('styles') @endsection @section('scripts') @endsection