logo-sm-light logo-light
@if (isAddonInstalled('PROTYSAAS') > 1) @if (!ownerCurrentPackage(auth()->id()))
{{ __('Currently you doesn\'t have any subscription!') }} {{ __('Choose a plan') }}
@endif @endif
@foreach (languages() as $language)
user-pic
{{ $language->name }}
@endforeach
{{ __('Notifications') }}
@foreach (getNotification(auth()->id()) as $notification)
user-pic
{{ $notification->first_name }}

{{ $notification->title }}

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

@endforeach
{{ __('Profile') }}
{{ __('Logout') }}