@extends ('crm.layouts.app') @section ('title', trans('labels.backend.customers.management'))) @section('content')

{{ trans('customers.wallet') }}

{{ trans('payments.wallet_balance') }} {{amountFormat($user->balance)}}


{{trans('dashboard.recent_transactions')}}

@foreach($wallet_transactions as $row) @endforeach
{{dateFormat($row['created_at'])}} {{$row['note']}}
@endsection