@extends(homePageLayout()) @section('title') {{ __('messages.blog.blogs') }} @endsection @section('content')

{{ __('messages.blog.blogs') }}

{{ $blog->created_at->format('F d, Y') }} | {{ $blog->created_at->diffForHumans() }}
About

{!! $blog->description !!}

@endsection