@guest
  • Home
  • Services
  • blogs
  • Contact
  • Sign Up
  • Login
  • @else
  • Home
  • Services
  • blogs
  • Contact
  • My Account
  • Logout
  • @endguest
  • Cart @if (isset(auth()->user()->id)) {{ \App\Model\ProductCart::where('user_id', '=', auth()->user()->id)->get()->count() }} @endif
  • {{-- {{dd($tmp)}} --}} {{-- Wishlist --}} {{-- @if(!empty($tmp)) Wishlist @endif --}}
  • {{-- @foreach($items as $menu_item)
  • {{ $menu_item->title }} @if ($menu_item->title === 'Cart') @if (Cart::instance('default')->count() > 0) {{ Cart::instance('default')->count() }} @endif @endif
  • @endforeach --}}