You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

simple-alert-field.blade.php 615B

123456789101112131415
  1. <x-dynamic-component :component="$getFieldWrapperView()" :field="$field">
  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>