@include('public/wallet')
@include('public/head')
  • {{trans('web.TVL')}}($)
  • {{trans('web.Total Users Earned')}}($)
  • {{trans('web.Personal TVL')}}($)
    0.00
  • {{trans('web.Total Personal Earned')}}($)
    0.00
  • {{trans('web.GLK Pools v2')}}
  • {{trans('web.GLK Pools v1')}}
{{trans('web.Staked Only')}}
@foreach($data as $k => $v)
  • {{$v['name']}}
    {{trans('web.Harvest GLK')}}GLK
  • {{trans('web.APY')}} ({{trans('web.Compound Interest')}})
    {{$v['yield']}}%
  • {{trans('web.Deposited')}}({{$v['name']}})
  • {{trans('web.VL')}} ({{$v['name']}})
    {{number_format($v['count_use'], 2)}}
  • {{trans('web.Remaining')}} ({{$v['name']}})
    {{number_format($v['count'] - $v['count_use'], 2)}}
  • @php echo sprintf("%.2f",($v['count_use']/$v['count'] * 100)).'%'; @endphp
@if($v['new'] == 1) @endif
@endforeach
@include('public/foot') @include('public/footer_nav', ['page' => 'vault'])