{{$page->name}}
- @if(count($page->children) > 0) -Sub-pages
-
- @foreach($page->children as $childPage)
- {{ $childPage->name }}
- @endforeach
+@stop
+
+@section('body')
+
+ @if ($commentsEnabled)
+
+
+
+ @include('pages/page-display')
+
+
+
+
+ @icon('link') @icon('include', ['style' => 'display:none;'])
+
+
- @endif
- {!! $page->html !!}
-
+ @include('comments/comments', ['page' => $page])
+
+ @endif
+@stop
+@section('scripts')
@stop