@extends('layouts.app') @section('title', 'New Speaking Note') @section('page-title', 'New Speaking Note') @push('scripts') @endpush @section('content')
@csrf {{-- Card: Core fields --}}

Note Content

{{-- Title --}}
@error('title')

{{ $message }}

@enderror
{{-- Urgency + Scheduled date --}}
{{-- Headline message --}}
@error('headline_message')

{{ $message }}

@enderror
{{-- Talking Points — large text area --}}

Paste bullet points, numbered lists, or free-form paragraphs.

{{-- Card: Intelligence --}}

Supporting Intelligence

Separate tags with commas

{{-- Attachments --}}

Attachments (optional)

{{-- Drop zone --}} {{-- File list preview --}} @error('attachments.*')

{{ $message }}

@enderror
{{-- Actions --}}
Cancel
@endsection