@if (Auth::user()->foto_profile == null) @else @endif
{{ Auth::user()->nama }}
  • Produk AAN-PRINT
  • Produk
  • {{--
  • Produk Non Grosir
  • --}}
  • Pesanan Saya
  • @php $notif_pesanan_sidenav = DB::table('pesanan') ->where('id_user', Auth::user()->id) ->where(function ($query) { $query->where('pesanan.status', 'Pesanan Di Terima') ->orWhere('pesanan.status', 'menunggu pembayaran') ->orWhere('pesanan.status', 'Bukti Pembayaraan Sedang Di Tinjau') ->orWhere('pesanan.status', 'Pesanan Di Tolak'); }) ->get(); @endphp
  • @if ($notif_pesanan_sidenav->count() > 0) {{ $notif_pesanan_sidenav->count() }} @endif Pesanan Saya
  • Riwayat Pesanan
  • Contact Us
  • @php $notif_chat = DB::Table('chat') ->where('to_id', Auth::user()->id) ->where('status', 'off read') ->get(); @endphp
  • @if ($notif_chat->count() > 0) {{ $notif_chat->count() }} @endif Chat Admin
  • {{--
  • 3 Dashboard
  • --}}