@extends('layouts.users') @section('title') Funds Transfer @endsection @section('contents')

Fund Transfer

Fill all fields to initiate Transfer

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