@forelse ($wallet_hist as $key => $item)
@if ($item->add_sub == 'add')

{{ translate('The process of adding credit') }}

@else

{{ translate('Balance deduction process') }}

@endif
{{ $item->payment_details }}
{{ translate('The Amount') }}: {{ $item->amount }} {{ currency_sympol()['name'] }}
{{ $item->created_at }}
@empty

{{ translate('There are no previous records of the customer') }}

@endforelse