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