Files
tbbank-new/resources/views/vendor/filament-forms/components/hidden.blade.php
2025-10-22 20:08:22 +05:00

13 lines
340 B
PHP

<input
{{
$attributes
->merge([
'id' => $getId(),
'type' => 'hidden',
$applyStateBindingModifiers('wire:model') => $getStatePath(),
], escape: false)
->merge($getExtraAttributes(), escape: false)
->class(['fi-fo-hidden'])
}}
/>