@extends('dashboard.layout') @section('title', 'Create Instruction') @section('meta_description', 'Create a new page instruction.') @section('page_title', 'Create Instruction') @push('scripts') {{-- Quill CSS --}} @endpush @section('content')

Create Instruction

Add help content for a specific page URL.

@csrf {{-- Hidden field that Quill populates on submit --}} {{-- URL field --}}

Use the path only, e.g. /databank or /keywords/create

@error('url')

{{ $message }}

@enderror
{{-- WYSIWYG Content field --}}
@error('content')

{{ $message }}

@enderror
Cancel
@endsection