23-01-2026
This commit is contained in:
parent
a939cd51ef
commit
a8b395e20d
248 changed files with 29342 additions and 4805 deletions
|
|
@ -19,7 +19,7 @@
|
|||
$( document ).ready(function() {
|
||||
$.growl.error({
|
||||
title: "{{__('error')}}",
|
||||
message: '{{ Session::get('alert-error') }}',
|
||||
message: '{!! Session::get('alert-error') !!}',
|
||||
location: 'tr'
|
||||
});
|
||||
});
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
$( document ).ready(function() {
|
||||
$.growl({
|
||||
title: "{{__('saved')}}",
|
||||
message: '{{ Session::get('alert-success') }}',
|
||||
message: '{!! Session::get('alert-success') !!}',
|
||||
location: 'tr'
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue