@filamentStyles @php $manifestPath = public_path('build/manifest.json'); $viteManifest = file_exists($manifestPath) ? json_decode(file_get_contents($manifestPath), true) : null; @endphp @if ($viteManifest) @foreach ($viteManifest as $key => $entry) @if (str_ends_with($key, '.css')) @endif @endforeach @endif
{{ $slot }} @filamentScripts @if ($viteManifest) @foreach ($viteManifest as $key => $entry) @if (str_ends_with($key, '.js')) @endif @endforeach @endif