@extends('layouts.app') @section('content')

Reconcile Fund - {{ $fund->name }}

Current System Balance

${{ number_format($fund->current_balance, 2) }}

This is the balance according to the system records.

@csrf
$
@error('actual_amount')
{{ $message }}
@enderror Enter the actual amount of cash counted.
@error('notes')
{{ $message }}
@enderror
Cancel
@endsection