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