@extends('base') @section('sidebar')

Actions

Edit this page Create Sub-page
@stop @section('content')

{{$page->name}}

@if(count($page->children) > 0)

Sub-pages

@foreach($page->children as $childPage) {{ $childPage->name }} @endforeach
@endif {!! $page->html !!}
@stop