Topup Balance

{!! Form::open(['url' => '/admin/user/topup_balance', 'method' => 'post', 'class' => 'form-inline']) !!} {!! Form::hidden('topup_user_id', 0, ['id' => 'topup_user_id']) !!}
£
{!! Form::number('balance', 10, ['id' => 'topup_balance', 'class' => 'form-control']) !!} {!! Form::submit('Topup', ['class' => 'btn btn-primary']) !!}
{!! Form::close() !!}
You will increase the balance of the user -