{{ $item['title'] }}
{{ $item['description'] }}
@if($item['actionText'])
{{ $item['actionText'] }}
@endif
@if($item['note'])
{{ __('Note') }}: {{ $item['note'] }}
@endif
{{ $item['sentAtText'] }}
@if(!$item['isRead'])
@endif
{{ __('No notifications found') }}
@endforelse
@if($hasMore)