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

{{ $post->title }}

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

Escribe un comentario

Escribe un comentario

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