@foreach(\App\Services\Module\ModuleFacade::allStyles() as $name => $path) @endforeach @vite('resources/scripts/main.js')
@foreach (\App\Services\Module\ModuleFacade::allScripts() as $name => $path) @if (\Illuminate\Support\Str::startsWith($path, ['http://', 'https://'])) @else @endif @endforeach