@extends('layouts.app') @section('title', 'Fund Transfer') @section('css') @endsection @section('content')

Move Funds

Internal transfer between accounts (Contra Entry)

@csrf
{{ $currencySymbol }}
View History
@endsection @section('js') @endsection