@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
@endsection