@if(isset($notifications) && count($notifications) > 0)
  • {{ __('notification.modal.title') }}
  • @foreach($notifications as $notify)
  • @if(!$notify->is_read) @endif
    {{$notify->title}}

    {{$notify->message ?? ''}}

    30 minutes ago
  • @endforeach
  • {{__('notification.modal.button.view_all')}}
@endif