• {{__('Home')}}
  • {{__('Wallet')}}
  • {{__('Buy Coin')}}
  • {{__('Sell Coin')}}
  • {{__('Create Offer')}}
  • {{__('Contacts')}}
  • {{__('My Trades')}}
  • {{__('Notifications')}}
  • {{__('Settings')}}
  • @can('resolve trade dispute')
  • {{__('Trades')}} @if($dispute = \App\Models\Trade::where('status', 'dispute')->count()) {{$dispute}} @else {{$dispute}} @endif
  • @endcan