mirror of https://github.com/4xmen/xshop.git
5 lines
118 B
PHTML
5 lines
118 B
PHTML
2 years ago
|
<script>
|
||
|
var areYouSure = "{{ __('Are you sure to remove?') }}";
|
||
|
var option = "{{ __('Option') }}";
|
||
|
</script>
|