Logo
    @if (Auth::guest())
  • Login
  • @endif
  • Catalogue (current)
  • Experiences
  • Cinemas
  • Events
  • Airtime & Bills
  • Meals
  • @if (Auth::guest())
  • Login
  • @endif @if (!Auth::guest())
  • Balance

    @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
    Cart @if(Auth::check()) @if(Auth::user()->cartCount()[0]) ({{Auth::user()->cartCount()[0]}}) @endif @endif Profile Orders Statement Logout
  • @endif