Icon / Arrow / Left Created with Sketch.
Icon / Arrow / Left Created with Sketch.

Latest News from the safari

Icon / Arrow / Left Created with Sketch.
Icon / Arrow / Left Created with Sketch.
Icon / Arrow / Left Created with Sketch.
Looking for something?
s; for (var key in regions) { if (map[key]) replaceElement(map[key], regions[key]); } for (const input of document.querySelectorAll('input[value="STATAMIC_CSRF_TOKEN"]')) { input.value = data.csrf; } for (const meta of document.querySelectorAll('meta[content="STATAMIC_CSRF_TOKEN"]')) { meta.content = data.csrf; } for (const input of document.querySelectorAll('script[data-csrf="STATAMIC_CSRF_TOKEN"]')) { input.setAttribute('data-csrf', data.csrf); } if (window.hasOwnProperty('livewire_token')) { window.livewire_token = data.csrf } if (window.hasOwnProperty('livewireScriptConfig')) { window.livewireScriptConfig.csrf = data.csrf } document.dispatchEvent(new CustomEvent('statamic:nocache.replaced', { detail: data })); }); })();