• @lang('igniter.user::default.notifications.text_title')
    @if($notifications->isNotEmpty())
    @endif
    • @forelse($notifications as $notification)
    • {!! $this->makePartial('notifications.notification', ['notification' => $notification]) !!}
    • @empty
    • @lang('igniter.user::default.notifications.text_empty')
    • @endforelse