init filament components

This commit is contained in:
F4ilji
2025-06-14 19:21:52 +05:00
parent 36b4d71dce
commit ce5c73bc84
36 changed files with 3227 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
@if (isset($data))
<script>
window.filamentData = @js($data)
</script>
@endif
@foreach ($assets as $asset)
@if (! $asset->isLoadedOnRequest())
{{ $asset->getHtml() }}
@endif
@endforeach
<style>
:root {
@foreach ($cssVariables ?? [] as $cssVariableName => $cssVariableValue) --{{ $cssVariableName }}:{{ $cssVariableValue }}; @endforeach
}
</style>