@extends('front.layouts.master') @section('title') blogs @endsection
@section('content')
{{ $blog->name() }}
Post by:
{{ $blog->user->name() }}
@php $date = \Carbon\Carbon::parse($blog->created_at); @endphp
Created Date: {{ $date->format('D, M d, Y') }}
{{ $blog->count_comments }} Comments
{!! $blog->description() !!}
Share
{!! $shareComponent !!}
Leave your comment
Your Name:
Your Comment:
Note: HTML is not translated!
Submit
@endsection @section('js') @endsection
Leave your comment
Note: HTML is not translated!