您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

simple-alert-entry.blade.php 615B

123456789101112131415
  1. <x-dynamic-component :component="$getEntryWrapperView()" :entry="$entry">
  2. <x-filament-simple-alert::simple-alert
  3. :icon="$getIcon()"
  4. :icon-vertical-alignment="$getIconVerticalAlignment()"
  5. :color="$getColor()"
  6. :title="$getTitle()"
  7. :description="$getDescription()"
  8. :link="$getLink()"
  9. :link-label="$getLinkLabel()"
  10. :link-blank="$getLinkBlank()"
  11. :actions-vertical-alignment="$getActionsVerticalAlignment()"
  12. :actions="$getActions()"
  13. :border="$getBorder()"
  14. />
  15. </x-dynamic-component>