Update 'resources/views/dashboard/administration/formbuilder.blade.php'

This commit is contained in:
Miguel N 2021-01-27 02:07:34 +00:00
parent 7319d091e2
commit 9c597eeb65
1 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,12 @@
@section('js')
<script>
jQuery(window).bind('beforeunload', function(){
return 'Are you sure you want to leave the form builder? You might have unsaved work.';
});
</script>
@if (session()->has('success'))
<script>