@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('content')

{{ $page->title }}

{!! safe_output($page->post_content) !!}
@endsection @section('page-js')