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