@extends('layouts.marketing_template') @section('content')

@lang('translate.unread_notifications_list')

@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) @endif @endforeach
@forelse($notifications as $notification) @if($notification->type == 'App\Notifications\NewReminderNotification') @endif @empty @lang('translate.there_are_no_new_notifications') @endforelse
Mark all read
@endsection