Balance
@if(config('app.appfixcurrency') == 'true') ₦{{ (number_format( Auth::user()->currency->rate * Auth::user()->point->point)) }} @else {{ (number_format( Auth::user()->currency->rate * Auth::user()->point->point)) }} {{Auth::user()->currency->currency}} @endif Cart @if(Auth::check()) @if(Auth::user()->cartCount()[0]) ({{Auth::user()->cartCount()[0]}}) @endif @endif Profile Orders Statement LogoutBalance
@if(config('app.appfixcurrency') == 'true') ₦{{ (number_format( config('app.apprate') * Auth::user()->point->point)) }} @else {{ (number_format( config('app.apprate') * Auth::user()->point->point)) }} {{config('app.appcurrency')}} @endif Cart @if(Auth::check()) @if(Auth::user()->cartCount()[0]) ({{Auth::user()->cartCount()[0]}}) @endif @endif Profile Orders Statement Logout