@extends('layouts.app') @section('page', $pageTitle) @section('title', $pageTitle) @section('content')
{!! $page->content !!}