@if (Auth::check())
  • History
    Purchase History
    My Currencies
    @foreach (Auth::user()->getCurrencies(true) as $currency)
    {!! $currency->display($currency->quantity) !!}
    @endforeach
  • @endif
  • User Shops
    @auth @if (Auth::user()->shops()->count() && Settings::get('user_shop_limit') == 1)
    My Shop
    @else
    My Shops
    @endif @endauth
    All User Shops
    Search For Item