{{__('message.notifications').' '.__('message.list')}}
@if($notifications)
-
@foreach($notifications as $n)
-
@php
$type = $n['type'] == 'candidate_membership' || $n['type'] == 'membership' ? 'membership' : $n['type'];
@endphp
{{$n['title']}}
{{timeAgoByTimeStamp($n['created_at'])}}
{!!$n['description']!!}
@endforeach