Hi {{ucwords(Auth::user()->firstname)}} | @if(Auth::user()->currency->is_currency_fixed == '1') ₦{{ number_format( Auth::user()->currency->rate * (isset(Auth::user()->point->point) ? Auth::user()->point->point : 0 ) ) }} @else {{ number_format( Auth::user()->currency->rate * (isset(Auth::user()->point->point) ? Auth::user()->point->point : 0 ) ) }} {{Auth::user()->currency->currency}} @endif