@foreach($all_notifications as $notification) @endforeach
{{__('ID')}} {{__('Message')}} {{__('Notification Type')}} {{__('Read/Unread')}}
{{ $notification->id }} {{ $notification->message }} {{ $notification->type }} @if($notification->is_read == 'unread') {{ __('Unread') }} @else {{ __('Read') }} @endif