@foreach ($listUser as $user)
  • @if ($user->jumlah_pending > 0) {{ $user->jumlah_pending }} @endif {{-- --}} {{-- will show unread count notification --}} {{-- @if ($user->unread) @endif --}}

    {{ $user->name }}

  • @endforeach