New Initial Commit

This commit is contained in:
twotalesanimation
2025-12-09 12:04:54 +02:00
commit 6de01c13c5
350 changed files with 42032 additions and 0 deletions
@@ -0,0 +1,23 @@
<form
<?php echo e($attributes
->merge([
'id' => $getId(),
'wire:submit' => $getLivewireSubmitHandler(),
], escape: false)
->merge($getExtraAttributes(), escape: false)
->class([
'fi-sc-form',
'fi-dense' => $isDense(),
])); ?>
>
<?php echo e($getChildSchema($schemaComponent::HEADER_SCHEMA_KEY)); ?>
<?php echo e($getChildSchema()); ?>
<?php echo e($getChildSchema($schemaComponent::FOOTER_SCHEMA_KEY)); ?>
</form>
<?php /**PATH /var/www/additional_design/vendor/filament/schemas/resources/views/components/form.blade.php ENDPATH**/ ?>