Мої повідомлення
@if($groupedNotifications)
@foreach ($groupedNotifications as $group=>$info) @endforeach
{{__('User')}} Email {{__('Last created')}}
@if($info['has_unviewed']) @endif {{$info['user_companion']->name}} {{$info['user_companion']->email}} {{ isset($info['last_created_at'])? Carbon\Carbon::parse($info['last_created_at'])->diffForHumans():"" }}
@else
{{__('You do not have any messages')}}
@endif