@extends($activeTemplate . 'layouts.master') @section('content')
@csrf
@lang('Current Balance'): {{ showAmount(auth()->user()->balance) }}
{{ __(gs()->cur_text) }}
@include($activeTemplate . 'partials.otp_field')
@endsection @include('partials.operator_modal') @include('partials.top_up')