@lang('home.users_recived_notification')

@if($notification->notify_ricervers->count() > 0) @foreach($notification->notify_ricervers as $ricerver) @endforeach @endif
# {{ @$ricerver->user->id }}
@lang('home.name') {{ @$ricerver->user->fname.' '.$ricerver->user->lname }}
@lang('home.email') {{ @$ricerver->user->email }}
@lang('home.phone') {{ @$ricerver->user->phone }}