@extends('layouts.admin') @section('title') User withdrawal and Transfer @endsection @section('contents')
Transfer Funds from {{$user->fname}} {{$user->lname}}'s Account
Current Balance: ${{$user->accbal}}
Fill in the Details
@include('includes.alerts')
@csrf
Receiver Account Name *
Receiver Account Number *
Receiver Bank *
Amount to Transfer USD$ *
Description *
User Withdrawal
@endsection