updated streamline-setup v2

This commit is contained in:
2025-01-15 08:53:49 -08:00
committed by alec.turner
parent a2ce9248f0
commit 4b569f81b0
20228 changed files with 2932048 additions and 63204 deletions
@@ -0,0 +1,11 @@
@php use Streamline\Enums\Roles; @endphp
{{-- alert notification --}}
@if (Auth::user()->hasRole('Admin'))
@if(warning_duration())
<div class="{{ show_subscription_reminder_message('class')}} " style="margin-left: -25.5px; margin-bottom:0%; margin-right: -25.5px;">
<i class="fa fa-exclamation-triangle" aria-hidden="true"></i>
<span style="font-weight:600;line-height: 22px;">{{ show_subscription_reminder_message()}}</span>
</div>
@endif
@endif