• CATALOGUE (current)
  • EXPERIENCES
  • CINEMAS
  • TRAVEL
  • AIRTIME & BILLS
  • MEALS
  • @if (Auth::guest())
    @endif
  • @if (!Auth::guest())
  • 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 Logout
  • @endif
@if (Auth::guest())
@else
  • Balance

    @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
  • {{Auth::user()->name}}
    @endif