1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-25 15:58:56 +01:00
openstamanager/resources/views/layouts/translations.blade.php
2021-12-06 19:12:53 +01:00

8 lines
178 B
PHP

@php
/** @var string $translations */
$translations = cache('translations_' . app()->getLocale());
@endphp
<script>
window.translations = @js($translations);
</script>