{{ trans('common.allnotifications') }}

@if(count($notifications) > 0) @foreach($notifications as $notification) @endforeach @else
{{ trans('messages.no_notifications') }}
@endif
{{ trans('common.notification') }} {{ trans('admin.action') }}
{{$notification->notified_from->username}} {{ str_limit($notification->description,50) }}
{{ $notifications->render() }}