@if(auth()->guard('member')->check()) pellichupulu logo @else pellichupulu logo @endif
@if(!auth()->guard('member')->check()) Already a member? Login Sign Up @endif
  • Home
  • @if(auth()->guard('member')->check())
  • Search
  • Packages
  • notifications @if ((count(getAllNotifications())) >= 1) {{count(getAllNotifications())}}
      @foreach(getAllNotifications() as $notif)
    • {{$notif->title}}
      {{$notif->description}}
      {{\Carbon\Carbon::createFromTimeStamp(strtotime($notif->created_at))->diffForHumans()}}
    • @endforeach
    @else

      No new notifications

    @endif
  • Member
    {{auth()->guard('member')->user()->name}} #{{auth()->guard('member')->user()->reg_no}}
    Account Type | @if(auth()->guard('member')->user()->package()->exists()) Paid @else Upgrade to Premium @endif
    • Shortlists
    • My Interest
    • Request received
    • Edit Profile
    • Logout
  • @endif