@extends('front.app') @section('title', $blog->title) @section('content')
{{ $blog->title }}

{{ $blog->title }}

{!! $blog->content !!}
@endsection