• user-image English
    user-image Spanish user-image Italian user-image French user-image Russian
  • {{ count(Auth::user()->unreadNotifications) }}
    @if(count(Auth::user()->unreadNotifications) > 0)
    Clear All Notifications
    @foreach(Auth::user()->unreadNotifications as $notification)

    {{ $notification->data['title'] }}{{ $notification->created_at->diffForHumans() }}

    @endforeach
    @else
    No new notifications
    @endif View all
  • @if(Auth::user()->profile_image) user-image @else user-image @endif {{ Auth::user()->username }}
    Welcome !
    Profile {{-- --}} {{-- --}} {{-- Settings--}} {{-- --}} {{-- --}} {{-- --}} {{-- Lock Screen--}} {{-- --}}
    Logout
    {{ csrf_field() }}
  • {{--
  • --}}
  • {{--
  • --}} {{--
    --}} {{--
    --}} {{--
    --}} {{-- --}} {{--
    --}} {{-- --}} {{--
    --}} {{--
    --}} {{--
    --}} {{--
    --}} {{--
  • --}}