{{ trans('socialite::common.allnotifications') }} @if(count($notifications) > 0) {{ trans('socialite::common.delete_all') }} @endif

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