@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('content') {!! safe_output($page->post_content) !!} @endsection @section('page-js')