@section('title', __('Wallet Transactions'))

{{ __('How to read this table') }}

{{ __('Credit adds money to the wallet. Debit removes money from the wallet.') }}

{{ __('Reference is the internal system id. Submitted Code is what the user informed from the transfer receipt or external payment.') }}

{{ __('Status "Successful" means the balance was applied. "Review/Pending" still needs validation.') }}

{{ __('Method and Reason / Context should now help you identify whether the transaction is top-up, transfer, charge or manual adjustment.') }}

{{-- add or minus from user wallet balance --}}

{{ __('Update User Wallet Balance') }}

{{-- Customer --}} {{-- current balance --}}
{{-- details modal --}}

{{ __('Wallet Transactions Details') }}

{{ $selectedModel->session_id ?? '' }}


@if ($selectedModel != null && $selectedModel->photo && !str_contains($selectedModel->photo, 'default.png')) @endif