{{-- @php if(Session::has('locale')){ $locale = Session::get('locale', Config::get('app.locale')); } else{ $locale = env('DEFAULT_LANGUAGE'); } @endphp
@foreach (\App\Models\Language::all() as $key => $language) {{$language->name}} @endforeach
--}}
Notifications
{{--
4 New
--}}
@php $notify_data = Auth::user()->notifications->pluck('data'); @endphp
@foreach(Auth::user()->unreadNotifications->take(10) as $unread_notify) @php $user_data = App\Models\User::where('id', $unread_notify->data['user_id'])->first(); @endphp
@if(!empty($user_data->image)) @else user-pic @endif
{{$user_data->name}}

{{$unread_notify->data['status']}}

{{$unread_notify->created_at->diffForHumans()}}

@endforeach
View All Notifications
user-pic
James Lemire

We talked about a project on linkedin.

30 min ago

user-pic
Angela Bernier

Answered to your comment on the cash flow forecast's graph 🔔.

2 hrs ago

user-pic
Kenneth Brown

Mentionned you in his comment on 📃 invoice #12501.

10 hrs ago

user-pic
Maureen Gibson

We talked about a project on linkedin.

3 days ago

Select
0
Result
Welcome {{auth()->user()->name}}
Profile
@csrf

Are you sure ?

Are you sure you want to remove this Notification ?