@extends('layouts.public')
@section('title') {{trans('seo.title.posts')}} @endsection
@section('description') @endsection
@section('content')
}})
@foreach($post->images as $image)
}})
@endforeach
{{$post->title}}
{{$post->summary}}
{!!$post->content!!}
@include('include.sidebar')
@endsection
@section('styles')
@endsection
@section('scripts')
@endsection