Edit Page - {{ $page->title }}

Edit Page

Update the content for {{ $page->title }}

@csrf @method('PUT')
@error('title') {{ $message }} @enderror

You can use basic HTML tags like <h2>, <h3>, <p>, <ul>, and <li> to format the content elegantly.

@error('content') {{ $message }} @enderror
Cancel