@forelse($notifications as $notification)
@if($notification->type == 'App\Notifications\NewReminderNotification')
[{{ $notification->created_at }}] Reminder for ({{ $notification->data['lead'] }}) is set on {{ $notification->data['reminder'] }}.
@lang('translate.mark_as_read')