@extends('layout.master') @section('title', $blog->title) @section('description', 'test') @section('og_type', 'article') @section('content')

{!! $blog->body !!}

@endsection