@extends('layouts.admin') @section('title') Fund User @endsection @section('contents')

Fund {{$user->fname}} {{$user->lname}}'s Account

Current Balance: ${{$user->accbal}}

Fill in the amount

@include('includes.alerts')
@csrf
@endsection @section('page-scripts') @endsection