akaunting 3.0 (the last dance)
This commit is contained in:
13
resources/views/components/contacts/script.blade.php
Normal file
13
resources/views/components/contacts/script.blade.php
Normal file
@ -0,0 +1,13 @@
|
||||
@push('scripts_start')
|
||||
<script type="text/javascript">
|
||||
var contact_default_currency = '{{ $currency_code }}';
|
||||
var contact_currencies = {!! $currencies !!};
|
||||
|
||||
var can_login_errors = {
|
||||
valid: '{!! trans("validation.required", ["attribute" => "email"]) !!}',
|
||||
email: '{!! trans("customers.error.email") !!}'
|
||||
};
|
||||
</script>
|
||||
@endpush
|
||||
|
||||
<x-script :alias="$alias" :folder="$folder" :file="$file" />
|
Reference in New Issue
Block a user