@extends('layouts.admin') @section('title', 'Edit Page: ' . $page->title) @push('styles') @endpush @section('content')
Updating content for {{ $page->title }}
This content will be displayed on the page. Use the editor to format text, add links, and more.
Slug
{{ $page->slug }}
Optimize this page for search engines. Provide a unique title and description.
If checked, a <meta name="robots" content="nofollow"> tag will be added, instructing search engines not to follow links on this page.
<meta name="robots" content="nofollow">
Paste your valid JSON-LD code here. It will be injected into the <head>. Example: <script type="application/ld+json"> { "@@context": "https://schema.org", "@@type": "WebPage", "name": "Page Title", "description": "Page Description" } </script>
<head>
<script type="application/ld+json"> { "@@context": "https://schema.org", "@@type": "WebPage", "name": "Page Title", "description": "Page Description" } </script>