HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/work.naniguide.com/resources/views/dashboard/update-message.blade.php
@if(count($updateArray) > 0 && in_array('admin', user_roles()))
    <div class="row pt-2 d-none d-md-block">
        <div class="col-md-12">
            <x-alert type="danger">
                <div class="d-flex justify-content-between">
                    <div class="align-self-center">
                        <b>Note:-</b> Please update and reactivate  <b>{{implode(', ', $updateArray)}}</b>
                        @if(count($updateArray)>1) modules @else module @endif
                        to make the
                        modules work properly
                    </div>
                    <x-forms.link-primary :link="route('custom-modules.index').'?tab=custom'">Update Custom Modules</x-forms.link-primary>
                </div>
            </x-alert>
        </div>
    </div>
@endif