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

{{ $blog->title }}

{{$blog->author}} {{$blog->tags}} {{$blog->post_date}}
{!! $blog->description !!}
@endsection @section('footer') @include('layouts.footer') @endsection