@if ($notifications->count() > 0)
|
@if ($notification->level == \Acelle\Model\Notification::LEVEL_WARNING) @elseif ( false &&$notification->level == \Acelle\Model\Notification::LEVEL_ERROR) @else @endif |
{!! $notification->title !!} |
{{ $notification->created_at->diffForHumans() }}
{{ Acelle\Library\Tool::formatDateTime($notification->created_at) }}
|