@if ($notifications->count() > 0) @foreach ($notifications as $key => $notification) @endforeach
@if ($notification->level == \Acelle\Model\Notification::LEVEL_WARNING) @elseif ( false &&$notification->level == \Acelle\Model\Notification::LEVEL_ERROR) @else @endif

{!! $notification->title !!}
{{ $notification->message }}

{{ $notification->created_at->diffForHumans() }}
{{ Acelle\Library\Tool::formatDateTime($notification->created_at) }}
@include('elements/_per_page_select', ["notifications" => $notifications]) {{ $notifications->links() }} @elseif (!empty(request()->keyword) || !empty(request()->filters["type"]))
message {{ trans('messages.no_search_result') }}
@else
message {{ trans('messages.no_action_notifications') }}
@endif