@extends($activeTemplate . 'layouts.master') @section('content')
@lang('Practice Balance') : {{ showAmount(auth()->user()->demo_balance) }}
@foreach ($cryptos as $crypto)
{{ __($crypto->name) }}
@endforeach @if ($cryptos->hasPages())
{{ paginateLinks($cryptos) }}
@endif
@endsection @push('style') @endpush