• {{--count ($notifications)--}}
    You have {{--count ($notifications)--}} messages.
      {{--@foreach($notifications as $notification )
    • Profile Picture
      {{$notification->sender->firstname}}: {{$notification->subject}}
      {{\Carbon\Carbon::parse ($notification->updated_at)->diffForHumans ()}}
    • @endforeach--}}
    Show All Messages
  • {{ count(session('unreadedLogs')) }}
    Notifications
      @foreach(session('lastslogs.data') as $llog)
    • {{ substr($llog["content"],0,29)." ..." }}
      {{ date('Y M, D d', strtotime($llog["created_at"])) }}
    • @endforeach
    Show All Notifications
  • Toggle fullscreen
  • @if(Auth::user()->avatar != "") Profile Picture @else Profile Picture @endif
    @if(Auth::check()) {{ Auth::user()->firstname.' '.Auth::user()->lastname }} @endif
    • My Profile
    • Messages
    • Settings
    • @if(!Auth::user()->hasOneRole())
    • My Workspace
    • @endif
    • Logout
      {{ csrf_field() }}