homepage
  • @if(auth()->user()->unreadNotifications->count() > 0)
    @endif
    • Notifications
    • @foreach (auth()->user()->unreadNotifications as $notification)
      {{ $notification->data['title']}}
      {{ $notification->data['message']}} {{ $notification->created_at}}
      @endforeach
    • @if(auth()->user()->unreadNotifications->count() > 0)
    • Check all notifications
    • @else
    • Opps! You have read all.
    • @endif
    • CAROUSEL

      First slide
      Second slide
      Third slide
      Previous Next
    • ACCORDION

      Anim pariatur cliche reprehenderit, enim eiusmod high.
      Anim pariatur cliche reprehenderit, enim eiusmod high.
      Anim pariatur cliche reprehenderit, enim eiusmod high.
    • CONTACT US

    • List style

      • You can give link
      • Give link
      • Another Give link
      • Forth link
      • Another fifth link
  • user {{ Auth::user()->name }}  
    My Profile
    Logout
    @csrf