April 2026 waren Wirtschaft Feedback
This commit is contained in:
parent
02f2a4c23e
commit
9ce711d6b2
167 changed files with 25278 additions and 8518 deletions
|
|
@ -38,6 +38,18 @@
|
|||
</script>
|
||||
@endif
|
||||
|
||||
@if(Session::has('alert-warning'))
|
||||
<script>
|
||||
$( document ).ready(function() {
|
||||
$.growl({
|
||||
title: "{{ __('Hinweis') }}",
|
||||
message: '{{ Session::get('alert-warning') }}',
|
||||
location: 'tr'
|
||||
});
|
||||
});
|
||||
</script>
|
||||
@endif
|
||||
|
||||
<!-- Layout wrapper -->
|
||||
<div class="layout-wrapper layout-2">
|
||||
<div class="layout-inner">
|
||||
|
|
@ -56,6 +68,7 @@
|
|||
<!-- Content -->
|
||||
<div class="container-fluid flex-grow-1 container-p-y">
|
||||
@yield('content')
|
||||
@yield('scripts')
|
||||
</div>
|
||||
<!-- / Content -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue