@extends('admin.layout') @section('title', 'Edit Page') @section('content')
Edit Page: {{ $page->title }}
Update page content and settings.
@if($errors->any())
Please fix the following errors:
@endif
@csrf
Page Information

The title that appears at the top of the page

/page/

Slug cannot be changed to maintain link integrity

Page Content
HTML supported
Supported HTML Tags:
<h1> <h2> <h3> <p> <ul> <ol> <li> <a> <strong> <em> <br>
Cancel
Preview Page
@endsection