@extends('layouts.dashboard.superadminapp') @section('title', 'Cash Flow - ' . $fy['label']) @section('styles') @endsection @section('content')
| OPERATING ACTIVITIES | |
| Cash Inflows: | |
| {{ $item['name'] }} | ₹{{ number_format($item['amount'], 2) }} |
| Cash Outflows: | |
| {{ $item['name'] }} | (₹{{ number_format($item['amount'], 2) }}) |
| Net Cash from Operating Activities | ₹{{ number_format($data['operating']['net'], 2) }} |
| INVESTING ACTIVITIES | |
| No investing activities recorded | ₹0.00 |
| FINANCING ACTIVITIES | |
| No financing activities recorded | ₹0.00 |
| Net Change in Cash | ₹{{ number_format($data['net_cash_flow'], 2) }} |
| Date | Party | Amount |
|---|---|---|
| {{ \Carbon\Carbon::parse($payment->payment_date)->format('d M') }} | {{ Str::limit($payment->party->company_name ?? 'N/A', 20) }} | ₹{{ number_format($payment->payment_amount, 0) }} |
| No recent payments | ||