@extends('front.layouts.demo') @section('local_styles') @endsection @section('share_image'){{$post->image}}@endsection @section('share_title'){{$post->title}}@endsection @section('content')

{{ $post->title }}

{{ $post->publish_date }} {!! $post->article !!} {{-- Share buttons --}}

{{ trans('site.write_comment') }}

@foreach ($post->comments as $comment) @endforeach
@endsection @section('local_scripts') @endsection