@vite('resources/scripts/main.ts') @foreach(\InvoiceShelf\Modules\Registry::allStyles() as $name => $path) @php($version = \App\Platform\Modules\Runtime\ModuleAssetVersion::forPath($path)) @endforeach @foreach (\InvoiceShelf\Modules\Registry::allScripts() as $name => $path) @if (\Illuminate\Support\Str::startsWith($path, ['http://', 'https://'])) @else @php($version = \App\Platform\Modules\Runtime\ModuleAssetVersion::forPath($path)) @endif @endforeach