@if($notifications->count() > 0) @foreach($notifications as $notification)
alt

{{ $notification->user_name }} {{ $notification->verb }} {{ $notification->object }}

{{ $notification->topic }}

{{ $notification->created_at }}

@endforeach
{{ $notifications->links() }}
@else
{{trans('forms.lbl_no_result_found')}}.
@endif