Balance
@if(Auth::user()->currency->is_currency_fixed == '1') ₦{{ (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(Auth::user()->currency->is_currency_fixed == '1') ₦{{ (number_format(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 Logout