@extends('admin.layouts.app') @section('title', 'Content Importer') @section('content') {{-- Content Importer Page - Dark mode UI for importing content in multiple formats --}}
{{-- Page Header: Title and description with dark background --}}

Content Importer

Import content from JSON, Markdown, HTML, Laravel Seeder, or plain text formats. Auto-detection available.

{{-- Import Form: Card with dark background, padding, rounded corners, shadow --}}
@csrf {{-- Format Selection: Radio buttons for format selection --}}
{{-- Content Input: Large textarea with dark background, monospace font --}}

You can paste content in any format. The system will auto-detect the format if "Auto-detect" is selected.

{{-- Action Buttons: Parse button with accent color, loading state --}}
{{-- Example Formats: Collapsible section showing example formats --}}
@push('scripts') @endpush @endsection