logo
  • Home
  • Shop
  • Contact Us
  • Home
  • Shop
  • Contact Us
  • @if(Auth::check()) @if(Auth::user()->cartCount()[0]) {{Auth::user()->cartCount()[0]}} @endif @endif
  • @if(Auth::guest())
  • Sign in
  • @else
    • {{Auth::user()->name}}
    • My Profile
    • My Statement
    • Sign Out
    @endif
  • @if(Auth::check()) @if(config('app.appfixcurrency') == 'true')
  • Current Balance: ₦{{ (number_format( config('app.apprate') * Auth::user()->point->point)) }}
  • @else
  • Current Balance: {{ (number_format( config('app.apprate') * Auth::user()->point->point)) }} {{config('app.appcurrency')}}
  • @endif @endif