{{ $pageTitle }}

@foreach (getNotification(auth()->id()) as $notification) @endforeach
{{ __('SL') }} {{ __('Image') }} {{ __('Name') }} {{ __('Title') }} {{ __('Body') }} {{ __('Time') }}
{{ $loop->iteration }} user-pic {{ $notification->first_name }} {{ $notification->last_name }} {!! $notification->title !!} {!! $notification->body !!} {{ $notification->created_at->diffForHumans() }}