@props(['post' => $post ])

{{$post->sub_title}} : {{$post->title}}

{{Carbon\Carbon::parse($post->created_at)->toFormattedDayDateString()}}

@include('components.social-share-icons', ['post' => $post])