• icon {{selectedLanguage()?->language}}
      @foreach(appLanguages() as $app_lang)
    • icon {{$app_lang->language}}
    • @endforeach
  • {{__("You have ".count(userNotification('unseen'))." new notification")}}
    @if(count(userNotification('unseen'))>0)
    {{__("Mark as read")}}
    @endif
    @foreach(userNotification('seen-unseen') as $key=>$item) @if($key <=2 )
    user-pic
    @if($item->seen_id == null)
    {{$item->title}}
    @else
    {{$item->title}}
    @endif

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

    @endif @endforeach
    @if(count(userNotification('seen-unseen'))>3)
    {{__("View All Notifications")}}
    @endif
  • icon{{auth()->user()->name}}
    • icon {{__('Profile')}}
    • icon {{__('Change Password')}}
    • icon {{ __('Log Out') }}
      @csrf