@yield('topbar')
    @php $notifikasi = Auth::user()->unreadNotifications->where('type', 'App\Notifications\PelamarBaruNotification'); @endphp
  • @if($notifikasi->count() > 0) {{ $notifikasi->count() }} @endif
    Notifikasi Pelamar Baru
    @forelse ($notifikasi as $notif)
    {{ $notif->created_at->diffForHumans() }}
    {{ $notif->data['message'] }}
    @empty Tidak ada notifikasi baru @endforelse @if($notifikasi->count() > 0)
    Tandai semua telah dibaca @endif
  • @auth
  • {{ Auth::user()->name }} {{-- --}}
    Profile
    Logout
  • @endauth @guest
  • Login
  • Daftar
  • @endguest