install
This commit is contained in:
11
resources/views/vendor/filament-schemas/components/grid.blade.php
vendored
Normal file
11
resources/views/vendor/filament-schemas/components/grid.blade.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<div
|
||||
{{
|
||||
$attributes
|
||||
->merge([
|
||||
'id' => $getId(),
|
||||
], escape: false)
|
||||
->merge($getExtraAttributes(), escape: false)
|
||||
}}
|
||||
>
|
||||
{{ $getChildSchema() }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user