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