@extends('adminlayout.admin') @section('content')

Wallet Update

@csrf
@if ($errors->has('user')){{ $errors->first('user') }}@endif
@if ($errors->has('wallet')){{ $errors->first('wallet') }}@endif
@if ($errors->has('reason')){{ $errors->first('reason') }}@endif
@endsection