@extends('user.layouts.master') @section('breadcrumb') @include('user.components.breadcrumb',['breadcrumbs' => [ [ 'name' => __("Dashboard"), 'url' => setRoute("user.dashboard"), ] ], 'active' => __("Dashboard")]) @endsection @section('content')

{{ __("Overview") }}

{{__("balance")}}

{{ authWalletBalance() }} {{ @$baseCurrency->code }}

flag
{{__("Total Receive Remittance")}}

{{ getAmount($data['totalReceiveRemittance'],2) }} {{ @$baseCurrency->code }}

{{ __("Total Send Remittance") }}

{{ getAmount($data['totalSendRemittance'],2) }} {{ @$baseCurrency->code }}

{{ __("Virtual Card") }}

{{ getAmount($data['cardAmount'],2) }} {{ @$baseCurrency->code }}

{{__("Total Bill Pay")}}

{{ getAmount($data['billPay'],2) }} {{ @$baseCurrency->code }}

{{ __("Total Mobile TopUp") }}

{{ getAmount($data['withdraw'],2) }} {{ @$baseCurrency->code }}

{{ __("Total Withdraw") }}

{{ getAmount($data['withdraw'],2) }} {{ @$baseCurrency->code }}

{{ __("Total Transactions") }}

{{$data['total_transaction'] }}

{{ __("Add Money Chart") }}

{{ __("Withdraw Money") }}

{{ __("Latest Transactions") }}

@include('user.components.transaction-log',compact("transactions"))
@endsection @push('script') @endpush