%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/www/admin1/resources/views/notifications/ |
Upload File : |
@forelse ($user->unreadNotifications as $key => $notification)
@if($key < 6)
@if(view()->exists('notifications.'.$userType.'.'.\Illuminate\Support\Str::snake(class_basename($notification->type))))
@include('notifications.'.$userType.'.'.\Illuminate\Support\Str::snake(class_basename($notification->type)))
@endif
@foreach ($worksuitePlugins as $item)
@if(View::exists(strtolower($item).'::notifications.'.\Illuminate\Support\Str::snake(class_basename($notification->type))))
@include(strtolower($item).'::notifications.'.\Illuminate\Support\Str::snake(class_basename($notification->type)))
@endif
@endforeach
@endif
@empty
<div class="card border-0 bg-additional-grey">
<a class=" f-14 text-dark px-3" href="javascript:;">
<div class="card-horizontal align-items-center">
<div class="card-body border-0 pl-0 pr-0 py-2">
<x-cards.no-record icon="bell-slash" :message="__('messages.noNotification')" />
</div>
</div>
</a>
</div>
@endforelse