@foreach(\App\Notification::where('user_id', Auth::user()->id)->orderBy('id', 'desc')->get() as $notification)
{!! $notification->title !!}
{!! $notification->message !!}
@endforeach