@php $baseUrl = Str::startsWith($audioUrl, "http") ? $audioUrl : Storage::disk('public')->url($audioUrl); // Afegir paràmetre anti-cache per evitar que el navegador serveixi àudio antic $audioSrcUrl = $baseUrl . (Str::contains($baseUrl, '?') ? '&' : '?') . 'v=' . ($idioma ?? 'ca'); @endphp