@extends('dashboard.layout') @section('title', 'New Keyword') @section('meta_description', 'Create a new scraping keyword.') @section('page_title', 'Keywords') @section('content')
Keywords New Keyword

Create Keyword

Add a new keyword to the scraping list.

@csrf
@error('keyword')

{{ $message }}

@enderror
@error('parent_id')

{{ $message }}

@enderror

Only top-level keywords are available as parents.

Cancel
@endsection