@extends('admin.layouts.home') @section('title', 'Create Custom Page') @push('styles') @endpush @section('content')

Create Custom Page

Back to Pages
Page Information
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
The slug is used in the URL of the page. Use only letters, numbers, and hyphens.
Publication Settings
Enable to make this page visible to visitors.
Display this page in the website header navigation.
Display this page in the website footer navigation.
Pages with lower numbers will display first.
SEO Settings
A brief description of the page for search engines. Recommended length: 150-160 characters.
Comma-separated keywords related to this page.
Cancel
@endsection @push('scripts') @endpush