@extends('blue.layouts.page') @section('head') @parent @endsection @section('title') {{ PageTitle::makeTitle($page->title) }} @endsection @section('page-content') {{ $page->title }} {!! $composer->renderHtmlContent() !!} @endsection