@extends($activeTemplate . 'layouts.master')
@section('content')
@php
$kyc = getContent('kyc.content', true);
@endphp
@lang('Deposit')
@lang('Total Deposit')
{{ showAmount($totalDeposit) }}
@lang('Last Deposit')
{{ showAmount(@$lastDeposit->amount ?? 0) }}
@lang('Withdraw')
@lang('Total Withdraw')
{{ showAmount($totalWithdraw) }}
@lang('Last Withdraw')
{{ showAmount(@$lastWithdraw->amount ?? 0) }}