disable notifications inclusion

This commit is contained in:
2026-05-02 15:28:08 -04:00
parent 935c7ba31b
commit a95aa04cb9
5 changed files with 5 additions and 5 deletions
@@ -17,7 +17,7 @@
<div class="d-none d-md-flex">
@include('tablar::partials.header.theme-mode')
@include('tablar::partials.header.notifications')
{{-- @include('tablar::partials.header.notifications') --}}
</div>
@include('tablar::partials.header.top-right')
@@ -19,7 +19,7 @@
</div>
<div class="d-none d-lg-flex">
@include('tablar::partials.header.theme-mode')
@include('tablar::partials.header.notifications')
{{-- @include('tablar::partials.header.notifications') --}}
</div>
@include('tablar::partials.header.top-right')
</div>