@if ($notifications->count() > 0)
|
@if ($notification->level == \Acelle\Model\Notification::LEVEL_WARNING) warning_amber @elseif ( false &&$notification->level == \Acelle\Model\Notification::LEVEL_ERROR) new_releases @else lightbulb @endif |
{!! $notification->title !!} |
{{ $notification->created_at->diffForHumans() }}
{{ Auth::user()->admin->formatDateTime($notification->created_at, 'datetime_full') }}
|