components([ TextEntry::make('title'), TextEntry::make('slug'), TextEntry::make('description') ->placeholder('-') ->columnSpanFull(), IconEntry::make('is_published') ->boolean(), IconEntry::make('is_featured') ->boolean(), TextEntry::make('published_at') ->date() ->placeholder('-'), TextEntry::make('content') ->placeholder('-') ->columnSpanFull(), TextEntry::make('created_at') ->dateTime() ->placeholder('-'), TextEntry::make('updated_at') ->dateTime() ->placeholder('-'), ]); } }