{{ __('Notifications')}}
{{ __('Invitation accepted')}}
{{ __('Your have been Invited ...')}}
{{ __('Steve Smith')}}
{{ __('I slowly updated projects')}}
{{ __('To Do')}}
{{ __('Meeting with Nathan on Friday 8 AM ...')}}
Welcome
, ()
@if(auth()->guard("web")->check())
{{ __('Logout')}}
@elseif(auth()->guard("user")->check())
{{ __('Logout')}}
@else
{{ __('Logout')}}
@endif