components([ TextEntry::make('created_at') ->dateTime() ->placeholder('-'), TextEntry::make('updated_at') ->dateTime() ->placeholder('-'), TextEntry::make('name'), TextEntry::make('duration') ->numeric(), ]); } }