Akaunting money vue component added for all create/ edit formGroup

This commit is contained in:
Cüneyt Şentürk
2020-02-09 19:03:26 +03:00
parent 29782c1a70
commit 6695c764ab
9 changed files with 163 additions and 61 deletions

View File

@ -41,8 +41,6 @@
'csrfToken' => csrf_token(),
]); ?>;
var aka_currency = {!! !empty($currency) ? $currency : 'false' !!};
var flash_notification = {!! (session()->has('flash_notification')) ? json_encode(session()->get('flash_notification')) : 'false' !!};
//--></script>