@extends('front') @section('content')
@include('user.partials.sidebar')

{{ __('Wallet') }}

{{ __('Wallet Balance') }}
{{ __('Total Debit') }}
{{ __('Total Amount') }}
{{ __('Savings') }}
{{ __('Wallet Transactions') }}
{{ __('Amount') }} {{ __('Payment Type') }} {{ __('Status') }} {{ __('Transaction Date') }}

ID

Name

Email

Role

1

John Doe

johndoe@example.com

Admin

2

Jane Smith

janesmith@example.com

Manager

3

Robert Brown

robertbrown@example.com

User

3

Robert Brown

robertbrown@example.com

User

3

Robert Brown

robertbrown@example.com

User

3

Robert Brown

robertbrown@example.com

User

@endsection