@extends('shaun_core::admin.layouts.master') @section('content')
{{__('Send funds to members')}}

{{ __("If you receive cash or transfer money outside the system, you can deposit money into member's wallets here. Enter a negative number if you want to deduct credits from the user's wallet") }}

@include('shaun_core::admin.partial.error')
{{ csrf_field() }}
@include('shaun_core::admin.partial.utility.autocompplete_user', ['value' => old('id'), 'id' => 'admin.wallet.auto_suggest', 'multiple' => false])
@stop @push('scripts-body') @endpush