@extends('layouts.app') @section('customcss') @endsection @section('content')
Manage petty cash funds and transactions
{{ Str::limit($fund->description, 80) }}
@endif {{-- ── Daily Movement Summary ── --}}| Prev. Closing Balance | UGX {{ number_format($stats['prev_closing_balance'], 2) }} |
| Today's Replenishments | @if($stats['today_replenishments'] > 0) + UGX {{ number_format($stats['today_replenishments'], 2) }} @else — @endif |
| Today's Releases | @if($stats['today_expenses'] > 0) − UGX {{ number_format($stats['today_expenses'], 2) }} @else — @endif |
| Current Balance | UGX {{ number_format($stats['current_balance'], 2) }} |
Get started by creating your first petty cash fund to manage expenses.
@can('create-petty-cash-fund') Create Your First Fund @endcan