@extends('blog.app') @section('content') @if ($page->titlebar_status) {{ $page->title }} @endif {!! $page->content !!} @endsection