components([ TextInput::make('word') ->required(), TextInput::make('reading'), TextInput::make('romaji'), TextInput::make('meaning_en'), TextInput::make('meaning_id'), TextInput::make('level'), TextInput::make('audio_url') ->url(), TextInput::make('type'), Textarea::make('stroke_order_svg') ->columnSpanFull(), Textarea::make('example_sentences') ->columnSpanFull(), ]); } }