@extends('layouts.master') @section('title') {{$blog->title}} @endsection @section('content')

{{$blog->title}}

{{ $blog->created_at->format('j M Y') }}

{!! $blog->description!!}

@endsection