@extends('layouts.default') @section('styles') @stop @section('scripts') @include('cdn.ckeditor') @stop @section('panel-heading') Edit {{ $page->title }} @stop @section('panel-presentation') @stop @section('content')

Use the editor below to edit content for the page. A page preview button is provided to see what the page will look like before submitting your changes.

{{ csrf_field() }} Cancel

@stop