@extends('blogs.layouts.mainLayout') @section('blog-content') @include('blogs.layouts.header') {{$post = $blogPost}}

{{ $post->title }}

imageimage") }}">

{{ $post->description }}

Published on {{ $post->created_at->format('Y/m/d') }} at {{ $post->created_at->format('g:i A') }}

{{ $commentsLen }} Comments

Leave a Comment
@include('blogs.comments', ['comments' => $comments])

Leave a Comment

@csrf
@endsection