• Start A Project
  • my idea
  • my investments
  • watchlist
  • Setting
  • @php $notification = DB::table('chat_notification')->where('user_id', Auth::user()->id )->where('status', '0' )->orderBy('id','DESC')->get(); @endphp
  • chat @if(count($notification) != 0) @php echo count($notification); @endphp @endif
  • {{ __('Logout') }}
    @csrf